Class: Aws::Types::Condition
- Inherits:
-
Object
- Object
- Aws::Types::Condition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#number_condition ⇒ Types::NumberCondition
Returns the value of attribute number_condition.
-
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
Instance Attribute Details
#number_condition ⇒ Types::NumberCondition
Returns the value of attribute number_condition.
909 910 911 |
# File 'sig/types.rbs', line 909 def number_condition @number_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
908 909 910 |
# File 'sig/types.rbs', line 908 def string_condition @string_condition end |