Class: Aws::SSM::Types::GetParameterHistoryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetParameterHistoryResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use when requesting the next set of items.
-
#parameters ⇒ Array<Types::ParameterHistory>
A list of parameters returned by the request.
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
9004 9005 9006 9007 9008 9009 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9004 class GetParameterHistoryResult < Struct.new( :parameters, :next_token) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::ParameterHistory>
A list of parameters returned by the request.
9004 9005 9006 9007 9008 9009 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9004 class GetParameterHistoryResult < Struct.new( :parameters, :next_token) SENSITIVE = [] include Aws::Structure end |