Class: Aws::SSM::Types::ListDocumentMetadataHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListDocumentMetadataHistoryResponse
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#author ⇒ String
The user ID of the person in the organization who requested the review of the change template.
-
#document_version ⇒ String
The version of the change template.
-
#metadata ⇒ Types::DocumentMetadataResponseInfo
Information about the response to the change template approval request.
-
#name ⇒ String
The name of the change template.
-
#next_token ⇒ String
The maximum number of items to return for this call.
Instance Attribute Details
#author ⇒ String
The user ID of the person in the organization who requested the review of the change template.
11895 11896 11897 11898 11899 11900 11901 11902 11903 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11895 class ListDocumentMetadataHistoryResponse < Struct.new( :name, :document_version, :author, :metadata, :next_token) SENSITIVE = [] include Aws::Structure end |
#document_version ⇒ String
The version of the change template.
11895 11896 11897 11898 11899 11900 11901 11902 11903 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11895 class ListDocumentMetadataHistoryResponse < Struct.new( :name, :document_version, :author, :metadata, :next_token) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::DocumentMetadataResponseInfo
Information about the response to the change template approval request.
11895 11896 11897 11898 11899 11900 11901 11902 11903 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11895 class ListDocumentMetadataHistoryResponse < Struct.new( :name, :document_version, :author, :metadata, :next_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the change template.
11895 11896 11897 11898 11899 11900 11901 11902 11903 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11895 class ListDocumentMetadataHistoryResponse < Struct.new( :name, :document_version, :author, :metadata, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
11895 11896 11897 11898 11899 11900 11901 11902 11903 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11895 class ListDocumentMetadataHistoryResponse < Struct.new( :name, :document_version, :author, :metadata, :next_token) SENSITIVE = [] include Aws::Structure end |