Class: Aws::EC2::Types::TransitGatewayMulticastDeregisteredGroupSources
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayMulticastDeregisteredGroupSources
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the deregistered transit gateway multicast group sources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deregistered_network_interface_ids ⇒ Array<String>
The network interface IDs of the non-registered 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 non-registered members.
65621 65622 65623 65624 65625 65626 65627 |
# File 'lib/aws-sdk-ec2/types.rb', line 65621 class TransitGatewayMulticastDeregisteredGroupSources < 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.
65621 65622 65623 65624 65625 65626 65627 |
# File 'lib/aws-sdk-ec2/types.rb', line 65621 class TransitGatewayMulticastDeregisteredGroupSources < 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.
65621 65622 65623 65624 65625 65626 65627 |
# File 'lib/aws-sdk-ec2/types.rb', line 65621 class TransitGatewayMulticastDeregisteredGroupSources < Struct.new( :transit_gateway_multicast_domain_id, :deregistered_network_interface_ids, :group_ip_address) SENSITIVE = [] include Aws::Structure end |