GetApprovalRuleTemplateResult

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

Link copied to clipboard
constructor(approvalRuleTemplateId: String, content: String, creationDate: String, description: String, id: String, lastModifiedDate: String, lastModifiedUser: String, name: String, ruleContentSha256: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the approval rule template.

Link copied to clipboard

Content 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
val id: String

The provider-assigned unique ID for this managed resource.

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
Link copied to clipboard

SHA-256 hash signature for the content of the approval rule template.