Statement

class Statement

Contains a reference to a Statement element in a policy document that determines the result of the simulation.

This data type is used by the MatchedStatements member of the <a>EvaluationResult</a> type.

Types

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

Properties

Link copied to clipboard

The row and column of the end of a Statement in an IAM policy.

Link copied to clipboard

The identifier of the policy that was provided as an input.

Link copied to clipboard

The type of the policy.

Link copied to clipboard

The row and column of the beginning of the Statement in an IAM policy.

Functions

Link copied to clipboard
inline fun copy(block: Statement.Builder.() -> Unit = {}): Statement
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