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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


8771
8772
8773
8774
8775
8776
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8771

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

#parametersArray<Types::Parameter>

A list of parameters found in the specified hierarchy.

Returns:



8771
8772
8773
8774
8775
8776
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8771

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