Values.AnalysisTemplateSummarySourceThe metadata of the analysis template.
type nonrec t = {arn : AnalysisTemplateArn.t option;The Amazon Resource Name (ARN) of the analysis template.
*)createTime : Timestamp.t option;The time that the analysis template summary was created.
*)id : AnalysisTemplateIdentifier.t option;The identifier of the analysis template.
*)name : ResourceAlias.t option;The name of the analysis template.
*)updateTime : Timestamp.t option;The time that the analysis template summary was last updated.
*)membershipArn : MembershipArn.t option;The Amazon Resource Name (ARN) of the member who created the analysis template.
*)membershipId : UUID.t option;The identifier for a membership resource.
*)collaborationArn : CollaborationArn.t option;The unique ARN for the analysis template summary’s associated collaboration.
*)collaborationId : UUID.t option;A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID.
*)description : ResourceDescription.t option;The description of the analysis template.
*)isSyntheticData : Boolean.t option;Indicates if this analysis template summary generated synthetic data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of AnalysisTemplateArn.t
| `Timestamp of Timestamp.t ])
list ]