Class: Aws::EC2::Types::CreateTransitGatewayMulticastDomainResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::CreateTransitGatewayMulticastDomainResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #transit_gateway_multicast_domain  ⇒ Types::TransitGatewayMulticastDomain 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the transit gateway multicast domain. 
Instance Attribute Details
#transit_gateway_multicast_domain ⇒ Types::TransitGatewayMulticastDomain
Information about the transit gateway multicast domain.
| 14388 14389 14390 14391 14392 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14388 class CreateTransitGatewayMulticastDomainResult < Struct.new( :transit_gateway_multicast_domain) SENSITIVE = [] include Aws::Structure end |