Class: Aws::SSM::Types::GetParameterHistoryResult

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 to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


8708
8709
8710
8711
8712
8713
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8708

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

#parametersArray<Types::ParameterHistory>

A list of parameters returned by the request.

Returns:



8708
8709
8710
8711
8712
8713
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8708

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