Class: Aws::Types::GetParametersRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetParametersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
-
#with_decryption ⇒ Boolean
Returns the value of attribute with_decryption.
Instance Attribute Details
#names ⇒ ::Array[::String]
Returns the value of attribute names.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def names @names end |
#with_decryption ⇒ Boolean
Returns the value of attribute with_decryption.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def with_decryption @with_decryption end |