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.
890 891 892 |
# File 'sig/types.rbs', line 890 def number_condition @number_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
889 890 891 |
# File 'sig/types.rbs', line 889 def string_condition @string_condition end |