GetPolicyDocumentStatementCondition

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

Constructors

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

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.

Functions

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