Values.ApprovalRuleSourceReturns information about an approval rule.
type nonrec t = {approvalRuleId : ApprovalRuleId.t option;The system-generated ID of the approval rule.
*)approvalRuleName : ApprovalRuleName.t option;The name of the approval rule.
*)approvalRuleContent : ApprovalRuleContent.t option;The content of the approval rule.
*)ruleContentSha256 : RuleContentSha256.t option;The SHA-256 hash signature for the content of the approval rule.
*)lastModifiedDate : LastModifiedDate.t option;The date the approval rule was most recently changed, in timestamp format.
*)creationDate : CreationDate.t option;The date the approval rule 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.
*)originApprovalRuleTemplate : OriginApprovalRuleTemplate.t option;The approval rule template used to create the rule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ApprovalRuleId.t
| `Structure of
(string * [> `String of ApprovalRuleTemplateId.t ]) list
| `Timestamp of LastModifiedDate.t ])
list ]