Get Approval Rule Template Result
data class GetApprovalRuleTemplateResult(val approvalRuleTemplateId: String, val content: String, val creationDate: String, val description: String, val id: String, val lastModifiedDate: String, val lastModifiedUser: String, val name: String, val ruleContentSha256: String)
A collection of values returned by getApprovalRuleTemplate.
Constructors
Properties
Link copied to clipboard
The ID of the approval rule template.
Link copied to clipboard
Date the approval rule template was created, in RFC3339 format.
Link copied to clipboard
Description of the approval rule template.
Link copied to clipboard
Date the approval rule template was most recently changed, in RFC3339 format.
Link copied to clipboard
ARN of the user who made the most recent changes to the approval rule template.
Link copied to clipboard
SHA-256 hash signature for the content of the approval rule template.