Class: Aws::Types::EnabledControlParameter
- Inherits:
-
Object
- Object
- Aws::Types::EnabledControlParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
247 248 249 |
# File 'sig/types.rbs', line 247 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
248 249 250 |
# File 'sig/types.rbs', line 248 def value @value end |