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.
69521 69522 69523 69524 69525 69526 69527 |
# File 'lib/aws-sdk-ec2/types.rb', line 69521 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.
69521 69522 69523 69524 69525 69526 69527 |
# File 'lib/aws-sdk-ec2/types.rb', line 69521 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.
69521 69522 69523 69524 69525 69526 69527 |
# File 'lib/aws-sdk-ec2/types.rb', line 69521 class TransitGatewayMulticastDeregisteredGroupSources < Struct.new( :transit_gateway_multicast_domain_id, :deregistered_network_interface_ids, :group_ip_address) SENSITIVE = [] include Aws::Structure end |