Class: Aws::Types::ParameterValue
- Inherits:
-
Object
- Object
- Aws::Types::ParameterValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
161 162 163 |
# File 'sig/types.rbs', line 161 def id @id end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
162 163 164 |
# File 'sig/types.rbs', line 162 def string_value @string_value end |