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.
      18730 18731 18732 18733 18734 18735 18736  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 18730 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.
      18730 18731 18732 18733 18734 18735 18736  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 18730 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.
      18730 18731 18732 18733 18734 18735 18736  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 18730 class UpdateDocumentMetadataRequest < Struct.new( :name, :document_version, :document_reviews) SENSITIVE = [] include Aws::Structure end  |