Values.AnalysisReportSummarySourceRetrieves the details of the performance analysis report.
type nonrec t = {analysisReportId : String_.t option;The name of the analysis report.
*)createTime : ISOTimestamp.t option;The time you created the analysis report.
*)startTime : ISOTimestamp.t option;The start time of the analysis in the report.
*)endTime : ISOTimestamp.t option;The end time of the analysis in the report.
*)status : AnalysisStatus.t option;The status of the analysis report.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of String_.t
| `Timestamp of ISOTimestamp.t ])
list ]