Class: Aws::SSM::Types::UpdateDocumentDefaultVersionResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::UpdateDocumentDefaultVersionResult
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssm/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ Types::DocumentDefaultVersionDescription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of a custom document that you want to set as the default version.
 
Instance Attribute Details
#description ⇒ Types::DocumentDefaultVersionDescription
The description of a custom document that you want to set as the default version.
      18708 18709 18710 18711 18712  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 18708 class UpdateDocumentDefaultVersionResult < Struct.new( :description) SENSITIVE = [] include Aws::Structure end  |