GetPolicyDocumentStatementCondition

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

Constructors

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

Functions

Link copied to clipboard
open override fun toJava(): GetPolicyDocumentStatementCondition

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.