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.
90 91 92 |
# File 'sig/types.rbs', line 90 def key @key end |
#type ⇒ ::String
Returns the value of attribute type.
89 90 91 |
# File 'sig/types.rbs', line 89 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
91 92 93 |
# File 'sig/types.rbs', line 91 def value @value end |