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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


8830
8831
8832
8833
8834
8835
# File 'lib/aws-sdk-ssm/types.rb', line 8830

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:



8830
8831
8832
8833
8834
8835
# File 'lib/aws-sdk-ssm/types.rb', line 8830

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