Class: Aws::SSM::Types::GetParametersByPathResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetParametersByPathResult
- 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 for the next set of items to return.
-
#parameters ⇒ Array<Types::Parameter>
A list of parameters found in the specified hierarchy.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
8864 8865 8866 8867 8868 8869 |
# File 'lib/aws-sdk-ssm/types.rb', line 8864 class GetParametersByPathResult < Struct.new( :parameters, :next_token) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::Parameter>
A list of parameters found in the specified hierarchy.
8864 8865 8866 8867 8868 8869 |
# File 'lib/aws-sdk-ssm/types.rb', line 8864 class GetParametersByPathResult < Struct.new( :parameters, :next_token) SENSITIVE = [] include Aws::Structure end |