Class: Aws::Types::Condition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#conditions::Array[Types::SimpleCondition]

Returns the value of attribute conditions.

Returns:



489
490
491
# File 'sig/types.rbs', line 489

def conditions
  @conditions
end

#operator"ALL", "ANY"

Returns the value of attribute operator.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def operator
  @operator
end