Values_0.JobTemplateSummarySourceAn object that contains information about the job template.
type nonrec t = {jobTemplateArn : JobTemplateArn.t option;The ARN of the job template.
*)jobTemplateId : JobTemplateId.t option;The unique identifier of the job template.
*)description : JobDescription.t option;A description of the job template.
*)createdAt : DateType.t option;The time, in seconds since the epoch, when the job template was created.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of JobTemplateArn.t | `Timestamp of DateType.t ])
list ]