Values.ApprovalRuleTemplateSourceReturns information about an approval rule template.
type nonrec t = {approvalRuleTemplateId : ApprovalRuleTemplateId.t option;The system-generated ID of the approval rule template.
*)approvalRuleTemplateName : ApprovalRuleTemplateName.t option;The name of the approval rule template.
*)approvalRuleTemplateDescription : ApprovalRuleTemplateDescription.t option;The description of the approval rule template.
*)approvalRuleTemplateContent : ApprovalRuleTemplateContent.t option;The content of the approval rule template.
*)ruleContentSha256 : RuleContentSha256.t option;The SHA-256 hash signature for the content of the approval rule template.
*)lastModifiedDate : LastModifiedDate.t option;The date the approval rule template was most recently changed, in timestamp format.
*)creationDate : CreationDate.t option;The date the approval rule template was created, in timestamp format.
*)lastModifiedUser : Arn.t option;The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ApprovalRuleTemplateId.t
| `Timestamp of LastModifiedDate.t ])
list ]