Values_0.AnalysisSummarySourceThe summary metadata that describes an analysis.
type nonrec t = {arn : Arn.t option;The Amazon Resource Name (ARN) for the analysis.
*)analysisId : ShortRestrictiveResourceId.t option;The ID of the analysis. This ID displays in the URL.
*)name : AnalysisName.t option;The name of the analysis. This name is displayed in the Quick Sight console.
*)status : ResourceStatus.t option;The last known status for the analysis.
*)createdTime : Timestamp.t option;The time that the analysis was created.
*)lastUpdatedTime : Timestamp.t option;The time that the analysis was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Arn.t | `Timestamp of Timestamp.t ])
list ]