Class: Aws::EC2::Types::AssociateTransitGatewayMulticastDomainResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::AssociateTransitGatewayMulticastDomainResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #associations  ⇒ Types::TransitGatewayMulticastDomainAssociations 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the transit gateway multicast domain associations. 
Instance Attribute Details
#associations ⇒ Types::TransitGatewayMulticastDomainAssociations
Information about the transit gateway multicast domain associations.
| 2683 2684 2685 2686 2687 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2683 class AssociateTransitGatewayMulticastDomainResult < Struct.new( :associations) SENSITIVE = [] include Aws::Structure end |