Class: Aws::Types::ParameterAttribute
- Inherits:
-
Object
- Object
- Aws::Types::ParameterAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
149 150 151 |
# File 'sig/types.rbs', line 149 def key @key end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
150 151 152 |
# File 'sig/types.rbs', line 150 def string_value @string_value end |