Class: Aws::Types::Condition
- Inherits:
-
Object
- Object
- Aws::Types::Condition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
98 99 100 |
# File 'sig/types.rbs', line 98 def key @key end |
#type ⇒ ::String
Returns the value of attribute type.
97 98 99 |
# File 'sig/types.rbs', line 97 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
99 100 101 |
# File 'sig/types.rbs', line 99 def value @value end |