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

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

#document_versionString

The version of the change template.

Returns:

  • (String)


11536
11537
11538
11539
11540
11541
11542
11543
11544
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11536

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)


11536
11537
11538
11539
11540
11541
11542
11543
11544
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11536

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)


11536
11537
11538
11539
11540
11541
11542
11543
11544
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11536

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)


11536
11537
11538
11539
11540
11541
11542
11543
11544
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11536

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)


11536
11537
11538
11539
11540
11541
11542
11543
11544
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11536

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