Class: Aws::SSM::Types::DocumentDefaultVersionDescription
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::DocumentDefaultVersionDescription
 
 
- Defined in:
 - gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
 
Overview
A default version of a document.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #default_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The default version of the document.
 - 
  
    
      #default_version_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The default version of the artifact associated with the document.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the document.
 
Instance Attribute Details
#default_version ⇒ String
The default version of the document.
      6769 6770 6771 6772 6773 6774 6775  | 
    
      # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6769 class DocumentDefaultVersionDescription < Struct.new( :name, :default_version, :default_version_name) SENSITIVE = [] include Aws::Structure end  | 
  
#default_version_name ⇒ String
The default version of the artifact associated with the document.
      6769 6770 6771 6772 6773 6774 6775  | 
    
      # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6769 class DocumentDefaultVersionDescription < Struct.new( :name, :default_version, :default_version_name) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the document.
      6769 6770 6771 6772 6773 6774 6775  | 
    
      # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6769 class DocumentDefaultVersionDescription < Struct.new( :name, :default_version, :default_version_name) SENSITIVE = [] include Aws::Structure end  |