Class: Aws::Types::SsmParameterStoreParameter
- Inherits:
-
Object
- Object
- Aws::Types::SsmParameterStoreParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
-
#parameter_type ⇒ "STRING", "SECURE_STRING"
Returns the value of attribute parameter_type.
Instance Attribute Details
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def parameter_name @parameter_name end |
#parameter_type ⇒ "STRING", "SECURE_STRING"
Returns the value of attribute parameter_type.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def parameter_type @parameter_type end |