Values_0.ManagedJobTemplateSummarySourceAn object that contains information about the managed template.
type nonrec t = {templateArn : JobTemplateArn.t option;The Amazon Resource Name (ARN) for a managed template.
*)templateName : ManagedJobTemplateName.t option;The unique Name for a managed template.
*)description : JobDescription.t option;The description for a managed template.
*)environments : Environments.t option;A list of environments that are supported with the managed job template.
*)templateVersion : ManagedTemplateVersion.t option;The version for a managed template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Environment.t ] list
| `String of JobTemplateArn.t ])
list ]