Class: Aws::EC2::Types::TransitGatewayMulticastDomainAssociations
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayMulticastDomainAssociations
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the multicast domain associations.
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 resource.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of resource, for example a VPC attachment.
 - 
  
    
      #subnets  ⇒ Array<Types::SubnetAssociation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The subnets associated with the multicast domain.
 - 
  
    
      #transit_gateway_attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway attachment.
 - 
  
    
      #transit_gateway_multicast_domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway multicast domain.
 
Instance Attribute Details
#resource_id ⇒ String
The ID of the resource.
      69707 69708 69709 69710 69711 69712 69713 69714 69715 69716  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69707 class TransitGatewayMulticastDomainAssociations < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnets) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_owner_id ⇒ String
The ID of the Amazon Web Services account that owns the resource.
      69707 69708 69709 69710 69711 69712 69713 69714 69715 69716  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69707 class TransitGatewayMulticastDomainAssociations < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnets) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of resource, for example a VPC attachment.
      69707 69708 69709 69710 69711 69712 69713 69714 69715 69716  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69707 class TransitGatewayMulticastDomainAssociations < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnets) SENSITIVE = [] include Aws::Structure end  | 
  
#subnets ⇒ Array<Types::SubnetAssociation>
The subnets associated with the multicast domain.
      69707 69708 69709 69710 69711 69712 69713 69714 69715 69716  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69707 class TransitGatewayMulticastDomainAssociations < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnets) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_attachment_id ⇒ String
The ID of the transit gateway attachment.
      69707 69708 69709 69710 69711 69712 69713 69714 69715 69716  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69707 class TransitGatewayMulticastDomainAssociations < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnets) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_multicast_domain_id ⇒ String
The ID of the transit gateway multicast domain.
      69707 69708 69709 69710 69711 69712 69713 69714 69715 69716  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69707 class TransitGatewayMulticastDomainAssociations < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnets) SENSITIVE = [] include Aws::Structure end  |