Class: Aws::SSM::Types::GetParametersByPathResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


7893
7894
7895
7896
7897
# File 'lib/aws-sdk-ssm/types.rb', line 7893

class GetParametersByPathResult < Struct.new(
  :parameters,
  :next_token)
  include Aws::Structure
end

#parametersArray<Types::Parameter>

A list of parameters found in the specified hierarchy.

Returns:



7893
7894
7895
7896
7897
# File 'lib/aws-sdk-ssm/types.rb', line 7893

class GetParametersByPathResult < Struct.new(
  :parameters,
  :next_token)
  include Aws::Structure
end