Class: Aws::Types::EnabledControlParameterSummary
- Inherits:
-
Object
- Object
- Aws::Types::EnabledControlParameterSummary
- 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.
253 254 255 |
# File 'sig/types.rbs', line 253 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
254 255 256 |
# File 'sig/types.rbs', line 254 def value @value end |