Values.ExperimentTemplateSummarySourceProvides a summary of an experiment template.
type nonrec t = {id : ExperimentTemplateId.t option;The ID of the experiment template.
*)arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the experiment template.
*)description : ExperimentTemplateDescription.t option;The description of the experiment template.
*)creationTime : CreationTime.t option;The time that the experiment template was created.
*)lastUpdateTime : LastUpdateTime.t option;The time that the experiment template was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ExperimentTemplateId.t
| `Timestamp of CreationTime.t ])
list ]