class
Amazonite::Ssm::GetParametersRequest
- Amazonite::Ssm::GetParametersRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_parameters_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(names : Array(String), with_decryption : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#names : Array(String)
The names or Amazon Resource Names (ARNs) of the parameters that you want to query.
-
#names=(names : Array(String))
The names or Amazon Resource Names (ARNs) of the parameters that you want to query.
- #validate! : Nil
-
#with_decryption : Bool | Nil
Return decrypted secure string value.
-
#with_decryption=(with_decryption : Bool | Nil)
Return decrypted secure string value.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared with you from another account, you must use the full ARNs.
To query by parameter label, use "Name": "name:label". To query by parameter version, use
"Name": "name:version".
The results for GetParameters requests are listed in alphabetical order in query responses.
For information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared with you from another account, you must use the full ARNs.
To query by parameter label, use "Name": "name:label". To query by parameter version, use
"Name": "name:version".
The results for GetParameters requests are listed in alphabetical order in query responses.
For information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
Return decrypted secure string value. Return decrypted values for secure string parameters. This
flag is ignored for String and StringList parameter types.
Return decrypted secure string value. Return decrypted values for secure string parameters. This
flag is ignored for String and StringList parameter types.