Class: Aws::Types::Condition
- Inherits:
-
Object
- Object
- Aws::Types::Condition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_key ⇒ ::String
Returns the value of attribute condition_key.
-
#condition_type ⇒ "STRINGEQUALS"
Returns the value of attribute condition_type.
-
#condition_value ⇒ ::String
Returns the value of attribute condition_value.
Instance Attribute Details
#condition_key ⇒ ::String
Returns the value of attribute condition_key.
212 213 214 |
# File 'sig/types.rbs', line 212 def condition_key @condition_key end |
#condition_type ⇒ "STRINGEQUALS"
Returns the value of attribute condition_type.
211 212 213 |
# File 'sig/types.rbs', line 211 def condition_type @condition_type end |
#condition_value ⇒ ::String
Returns the value of attribute condition_value.
213 214 215 |
# File 'sig/types.rbs', line 213 def condition_value @condition_value end |