ApprovalRule

Returns information about an approval rule.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The content of the approval rule.

Link copied to clipboard

The system-generated ID of the approval rule.

Link copied to clipboard

The name of the approval rule.

Link copied to clipboard

The date the approval rule was created, in timestamp format.

Link copied to clipboard

The date the approval rule was most recently changed, in timestamp format.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule.

Link copied to clipboard

The approval rule template used to create the rule.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ApprovalRule.Builder.() -> Unit = {}): ApprovalRule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String