Class: Aws::SSM::Types::CreateAssociationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::CreateAssociationResult
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssm/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #association_description  ⇒ Types::AssociationDescription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the association.
 
Instance Attribute Details
#association_description ⇒ Types::AssociationDescription
Information about the association.
      3301 3302 3303 3304 3305  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 3301 class CreateAssociationResult < Struct.new( :association_description) SENSITIVE = [] include Aws::Structure end  |