Class: Aws::SSM::Types::ListDocumentMetadataHistoryRequest

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

#document_versionString

The version of the change template.

Returns:

  • (String)


11265
11266
11267
11268
11269
11270
11271
11272
11273
# File 'lib/aws-sdk-ssm/types.rb', line 11265

class ListDocumentMetadataHistoryRequest < Struct.new(
  :name,
  :document_version,
  :metadata,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Returns:

  • (Integer)


11265
11266
11267
11268
11269
11270
11271
11272
11273
# File 'lib/aws-sdk-ssm/types.rb', line 11265

class ListDocumentMetadataHistoryRequest < Struct.new(
  :name,
  :document_version,
  :metadata,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#metadataString

The type of data for which details are being requested. Currently, the only supported value is ‘DocumentReviews`.

Returns:

  • (String)


11265
11266
11267
11268
11269
11270
11271
11272
11273
# File 'lib/aws-sdk-ssm/types.rb', line 11265

class ListDocumentMetadataHistoryRequest < Struct.new(
  :name,
  :document_version,
  :metadata,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the change template.

Returns:

  • (String)


11265
11266
11267
11268
11269
11270
11271
11272
11273
# File 'lib/aws-sdk-ssm/types.rb', line 11265

class ListDocumentMetadataHistoryRequest < Struct.new(
  :name,
  :document_version,
  :metadata,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


11265
11266
11267
11268
11269
11270
11271
11272
11273
# File 'lib/aws-sdk-ssm/types.rb', line 11265

class ListDocumentMetadataHistoryRequest < Struct.new(
  :name,
  :document_version,
  :metadata,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end