Class: Aws::Types::ConditionParameter
- Inherits:
-
Object
- Object
- Aws::Types::ConditionParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_key ⇒ ::String
Returns the value of attribute condition_key.
-
#condition_value ⇒ ::String
Returns the value of attribute condition_value.
Instance Attribute Details
#condition_key ⇒ ::String
Returns the value of attribute condition_key.
218 219 220 |
# File 'sig/types.rbs', line 218 def condition_key @condition_key end |
#condition_value ⇒ ::String
Returns the value of attribute condition_value.
219 220 221 |
# File 'sig/types.rbs', line 219 def condition_value @condition_value end |