Class: Aws::EC2::Types::TransitGatewayMulticastRegisteredGroupSources

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the members registered with the transit gateway multicast group.

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)


64905
64906
64907
64908
64909
64910
64911
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64905

class TransitGatewayMulticastRegisteredGroupSources < 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 IDs of the network interfaces members registered with the transit gateway multicast group.

Returns:

  • (Array<String>)


64905
64906
64907
64908
64909
64910
64911
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64905

class TransitGatewayMulticastRegisteredGroupSources < 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)


64905
64906
64907
64908
64909
64910
64911
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64905

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