Class: Aws::Types::Condition
- Inherits:
-
Object
- Object
- Aws::Types::Condition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditions ⇒ ::Array[Types::SimpleCondition]
Returns the value of attribute conditions.
-
#operator ⇒ "ALL", "ANY"
Returns the value of attribute operator.
Instance Attribute Details
#conditions ⇒ ::Array[Types::SimpleCondition]
Returns the value of attribute conditions.
489 490 491 |
# File 'sig/types.rbs', line 489 def conditions @conditions end |
#operator ⇒ "ALL", "ANY"
Returns the value of attribute operator.
490 491 492 |
# File 'sig/types.rbs', line 490 def operator @operator end |