GetPolicyDocumentStatementCondition

data class GetPolicyDocumentStatementCondition(val operator: String, val values: List<String>, val variable: String)

Constructors

Link copied to clipboard
constructor(operator: String, values: List<String>, variable: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The operator of the condition.

Link copied to clipboard

The values of the condition.

Link copied to clipboard

The variable of the condition.