Class: Aws::EC2::Types::TransitGatewayMulticastDomainAssociation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayMulticastDomainAssociation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the resources associated with the transit gateway multicast domain.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the resource.
 - 
  
    
      #resource_owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of resource, for example a VPC attachment.
 - 
  
    
      #subnet  ⇒ Types::SubnetAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The subnet associated with the transit gateway multicast domain.
 - 
  
    
      #transit_gateway_attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway attachment.
 
Instance Attribute Details
#resource_id ⇒ String
The ID of the resource.
      69669 69670 69671 69672 69673 69674 69675 69676 69677  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69669 class TransitGatewayMulticastDomainAssociation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnet) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_owner_id ⇒ String
The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.
      69669 69670 69671 69672 69673 69674 69675 69676 69677  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69669 class TransitGatewayMulticastDomainAssociation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnet) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of resource, for example a VPC attachment.
      69669 69670 69671 69672 69673 69674 69675 69676 69677  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69669 class TransitGatewayMulticastDomainAssociation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnet) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet ⇒ Types::SubnetAssociation
The subnet associated with the transit gateway multicast domain.
      69669 69670 69671 69672 69673 69674 69675 69676 69677  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69669 class TransitGatewayMulticastDomainAssociation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnet) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_attachment_id ⇒ String
The ID of the transit gateway attachment.
      69669 69670 69671 69672 69673 69674 69675 69676 69677  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69669 class TransitGatewayMulticastDomainAssociation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnet) SENSITIVE = [] include Aws::Structure end  |