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.
18816 18817 18818 18819 18820 18821 18822 |
# File 'lib/aws-sdk-ssm/types.rb', line 18816 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.
18816 18817 18818 18819 18820 18821 18822 |
# File 'lib/aws-sdk-ssm/types.rb', line 18816 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.
18816 18817 18818 18819 18820 18821 18822 |
# File 'lib/aws-sdk-ssm/types.rb', line 18816 class UpdateDocumentMetadataRequest < Struct.new( :name, :document_version, :document_reviews) SENSITIVE = [] include Aws::Structure end |