Values.PolicyTemplateItemSourceContains details about a policy template This data type is used as a response parameter for the ListPolicyTemplates operation.
type nonrec t = {policyStoreId : PolicyStoreId.t option;The unique identifier of the policy store that contains the template.
*)policyTemplateId : PolicyTemplateId.t option;The unique identifier of the policy template.
*)description : PolicyTemplateDescription.t option;The description attached to the policy template.
*)createdDate : TimestampFormat.t option;The date and time that the policy template was created.
*)lastUpdatedDate : TimestampFormat.t option;The date and time that the policy template was most recently updated.
*)name : PolicyTemplateName.t option;The name of the policy template, if one was assigned when the policy template was created or last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of PolicyStoreId.t | `Timestamp of TimestampFormat.t ])
list ]