Class: Aws::SSM::Types::ListDocumentMetadataHistoryResponse

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

#authorString

The user ID of the person in the organization who requested the review of the change template.

Returns:

  • (String)


11301
11302
11303
11304
11305
11306
11307
11308
11309
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11301

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

#document_versionString

The version of the change template.

Returns:

  • (String)


11301
11302
11303
11304
11305
11306
11307
11308
11309
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11301

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

#metadataTypes::DocumentMetadataResponseInfo

Information about the response to the change template approval request.



11301
11302
11303
11304
11305
11306
11307
11308
11309
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11301

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

#nameString

The name of the change template.

Returns:

  • (String)


11301
11302
11303
11304
11305
11306
11307
11308
11309
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11301

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

#next_tokenString

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:

  • (String)


11301
11302
11303
11304
11305
11306
11307
11308
11309
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11301

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