Class: Aws::SSM::Types::DescribeParametersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeParametersResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use when requesting the next set of items.
-
#parameters ⇒ Array<Types::ParameterMetadata>
Parameters returned by the request.
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items.
6235 6236 6237 6238 6239 6240 |
# File 'lib/aws-sdk-ssm/types.rb', line 6235 class DescribeParametersResult < Struct.new( :parameters, :next_token) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::ParameterMetadata>
Parameters returned by the request.
6235 6236 6237 6238 6239 6240 |
# File 'lib/aws-sdk-ssm/types.rb', line 6235 class DescribeParametersResult < Struct.new( :parameters, :next_token) SENSITIVE = [] include Aws::Structure end |