Class: Aws::EC2::Types::TransitGatewayMulticastRegisteredGroupMembers
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayMulticastRegisteredGroupMembers
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the registered transit gateway multicast group members.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group_ip_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IP address assigned to the transit gateway multicast group.
 - 
  
    
      #registered_network_interface_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the registered network interfaces.
 - 
  
    
      #transit_gateway_multicast_domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway multicast domain.
 
Instance Attribute Details
#group_ip_address ⇒ String
The IP address assigned to the transit gateway multicast group.
      69828 69829 69830 69831 69832 69833 69834  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69828 class TransitGatewayMulticastRegisteredGroupMembers < Struct.new( :transit_gateway_multicast_domain_id, :registered_network_interface_ids, :group_ip_address) SENSITIVE = [] include Aws::Structure end  | 
  
#registered_network_interface_ids ⇒ Array<String>
The ID of the registered network interfaces.
      69828 69829 69830 69831 69832 69833 69834  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69828 class TransitGatewayMulticastRegisteredGroupMembers < Struct.new( :transit_gateway_multicast_domain_id, :registered_network_interface_ids, :group_ip_address) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_multicast_domain_id ⇒ String
The ID of the transit gateway multicast domain.
      69828 69829 69830 69831 69832 69833 69834  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69828 class TransitGatewayMulticastRegisteredGroupMembers < Struct.new( :transit_gateway_multicast_domain_id, :registered_network_interface_ids, :group_ip_address) SENSITIVE = [] include Aws::Structure end  |