Class: Aws::Types::OrCondition
- Inherits:
-
Object
- Object
- Aws::Types::OrCondition
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AndConditions, TagCondition, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::TagCondition]
Returns the value of attribute and_conditions.
-
#tag_condition ⇒ Types::TagCondition
Returns the value of attribute tag_condition.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#and_conditions ⇒ ::Array[Types::TagCondition]
Returns the value of attribute and_conditions.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def and_conditions @and_conditions end |
#tag_condition ⇒ Types::TagCondition
Returns the value of attribute tag_condition.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def tag_condition @tag_condition end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def unknown @unknown end |