Class: Aws::Types::GetParameterRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetParameterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#with_decryption ⇒ Boolean
Returns the value of attribute with_decryption.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def name @name end |
#with_decryption ⇒ Boolean
Returns the value of attribute with_decryption.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def with_decryption @with_decryption end |