Class: Aws::SSM::Types::UpdateDocumentMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UpdateDocumentMetadataRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_reviews ⇒ Types::DocumentReviews
The change template review details to update.
-
#document_version ⇒ String
The version of a change template in which to update approval metadata.
-
#name ⇒ String
The name of the change template for which a version’s metadata is to be updated.
Instance Attribute Details
#document_reviews ⇒ Types::DocumentReviews
The change template review details to update.
18812 18813 18814 18815 18816 18817 18818 |
# File 'lib/aws-sdk-ssm/types.rb', line 18812 class UpdateDocumentMetadataRequest < Struct.new( :name, :document_version, :document_reviews) SENSITIVE = [] include Aws::Structure end |
#document_version ⇒ String
The version of a change template in which to update approval metadata.
18812 18813 18814 18815 18816 18817 18818 |
# File 'lib/aws-sdk-ssm/types.rb', line 18812 class UpdateDocumentMetadataRequest < Struct.new( :name, :document_version, :document_reviews) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the change template for which a version’s metadata is to be updated.
18812 18813 18814 18815 18816 18817 18818 |
# File 'lib/aws-sdk-ssm/types.rb', line 18812 class UpdateDocumentMetadataRequest < Struct.new( :name, :document_version, :document_reviews) SENSITIVE = [] include Aws::Structure end |