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.
69497 69498 69499 69500 69501 69502 69503 |
# File 'lib/aws-sdk-ec2/types.rb', line 69497 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.
69497 69498 69499 69500 69501 69502 69503 |
# File 'lib/aws-sdk-ec2/types.rb', line 69497 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.
69497 69498 69499 69500 69501 69502 69503 |
# File 'lib/aws-sdk-ec2/types.rb', line 69497 class TransitGatewayMulticastDeregisteredGroupMembers < Struct.new( :transit_gateway_multicast_domain_id, :deregistered_network_interface_ids, :group_ip_address) SENSITIVE = [] include Aws::Structure end |