Class: Aws::EC2::Types::TransitGatewayMulticastRegisteredGroupMembers

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#group_ip_addressString

The IP address assigned to the transit gateway multicast group.

Returns:

  • (String)


65865
65866
65867
65868
65869
65870
65871
# File 'lib/aws-sdk-ec2/types.rb', line 65865

class TransitGatewayMulticastRegisteredGroupMembers < Struct.new(
  :transit_gateway_multicast_domain_id,
  :registered_network_interface_ids,
  :group_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#registered_network_interface_idsArray<String>

The ID of the registered network interfaces.

Returns:

  • (Array<String>)


65865
65866
65867
65868
65869
65870
65871
# File 'lib/aws-sdk-ec2/types.rb', line 65865

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_idString

The ID of the transit gateway multicast domain.

Returns:

  • (String)


65865
65866
65867
65868
65869
65870
65871
# File 'lib/aws-sdk-ec2/types.rb', line 65865

class TransitGatewayMulticastRegisteredGroupMembers < Struct.new(
  :transit_gateway_multicast_domain_id,
  :registered_network_interface_ids,
  :group_ip_address)
  SENSITIVE = []
  include Aws::Structure
end