Method: Aws::SSM::Client#get_parameter
- Defined in:
- lib/aws-sdk-ssm/client.rb
#get_parameter(params = {}) ⇒ Types::GetParameterResult
Get information about a single parameter by specifying the parameter name.
Parameter names can’t contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ‘ValidationException` error.
<note markdown=“1”> To get information about more than one parameter at a time, use the GetParameters operation.
</note>
7269 7270 7271 7272 |
# File 'lib/aws-sdk-ssm/client.rb', line 7269 def get_parameter(params = {}, = {}) req = build_request(:get_parameter, params) req.send_request() end |