Class: Aws::EC2::Types::TransitGatewayMulticastDeregisteredGroupMembers
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayMulticastDeregisteredGroupMembers
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the deregistered transit gateway multicast group members.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #deregistered_network_interface_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The network interface IDs of the deregistered members.
 - 
  
    
      #group_ip_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IP address assigned to the transit gateway multicast group.
 - 
  
    
      #transit_gateway_multicast_domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway multicast domain.
 
Instance Attribute Details
#deregistered_network_interface_ids ⇒ Array<String>
The network interface IDs of the deregistered members.
      70115 70116 70117 70118 70119 70120 70121  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70115 class TransitGatewayMulticastDeregisteredGroupMembers < Struct.new( :transit_gateway_multicast_domain_id, :deregistered_network_interface_ids, :group_ip_address) SENSITIVE = [] include Aws::Structure end  | 
  
#group_ip_address ⇒ String
The IP address assigned to the transit gateway multicast group.
      70115 70116 70117 70118 70119 70120 70121  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70115 class TransitGatewayMulticastDeregisteredGroupMembers < Struct.new( :transit_gateway_multicast_domain_id, :deregistered_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.
      70115 70116 70117 70118 70119 70120 70121  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70115 class TransitGatewayMulticastDeregisteredGroupMembers < Struct.new( :transit_gateway_multicast_domain_id, :deregistered_network_interface_ids, :group_ip_address) SENSITIVE = [] include Aws::Structure end  |