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.
19479 19480 19481 19482 19483 19484 19485 |
# File 'lib/aws-sdk-ssm/types.rb', line 19479 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.
19479 19480 19481 19482 19483 19484 19485 |
# File 'lib/aws-sdk-ssm/types.rb', line 19479 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.
19479 19480 19481 19482 19483 19484 19485 |
# File 'lib/aws-sdk-ssm/types.rb', line 19479 class UpdateDocumentMetadataRequest < Struct.new( :name, :document_version, :document_reviews) SENSITIVE = [] include Aws::Structure end |