Values.CollaborationAnalysisTemplateSummarySourceThe metadata of the analysis template within a collaboration.
type nonrec t = {arn : AnalysisTemplateArn.t option;The Amazon Resource Name (ARN) of the analysis template.
*)createTime : Timestamp.t option;The time that the summary of the analysis template in a collaboration 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 summary of the analysis template in the collaboration was last updated.
*)collaborationArn : CollaborationArn.t option;The unique ARN for the analysis template’s associated collaboration.
*)collaborationId : UUID.t option;A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
*)creatorAccountId : AccountId.t option;The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
*)description : ResourceDescription.t option;The description of the analysis template.
*)isSyntheticData : Boolean.t option;Indicates if this collaboration analysis template uses synthetic data generation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of AnalysisTemplateArn.t
| `Timestamp of Timestamp.t ])
list ]