Values.RecommendationReportDetailsSourceContains detailed information about a recommendation report.
type nonrec t = {completionTime : RecommendationReportTimeStamp.t option;The time that the recommendation report generation task completes.
*)s3Bucket : String_.t option;The S3 bucket where the report file is located.
*)s3Keys : S3Keys.t option;The Amazon S3 key name of the report file.
*)startTime : RecommendationReportTimeStamp.t option;The time that the recommendation report generation task starts.
*)status : RecommendationReportStatus.t option;The status of the recommendation report generation task.
*)statusMessage : RecommendationReportStatusMessage.t option;The status message for recommendation report generation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Timestamp of RecommendationReportTimeStamp.t ])
list ]