You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::TransitGatewayMulticastGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the transit gateway multicast group resources.

Instance Attribute Summary collapse

Instance Attribute Details

#group_ip_addressString

The IP address assigned to the transit gateway multicast group.

Returns:

  • (String)

    The IP address assigned to the transit gateway multicast group.

#group_memberBoolean

Indicates that the resource is a transit gateway multicast group member.

Returns:

  • (Boolean)

    Indicates that the resource is a transit gateway multicast group member.

#group_sourceBoolean

Indicates that the resource is a transit gateway multicast group member.

Returns:

  • (Boolean)

    Indicates that the resource is a transit gateway multicast group member.

#member_typeString

The member type (for example, static).

Possible values:

  • static
  • igmp

Returns:

  • (String)

    The member type (for example, static).

#network_interface_idString

The ID of the transit gateway attachment.

Returns:

  • (String)

    The ID of the transit gateway attachment.

#resource_idString

The ID of the resource.

Returns:

  • (String)

    The ID of the resource.

#resource_typeString

The type of resource, for example a VPC attachment.

Possible values:

  • vpc
  • vpn
  • direct-connect-gateway
  • peering
  • tgw-peering

Returns:

  • (String)

    The type of resource, for example a VPC attachment.

#source_typeString

The source type.

Possible values:

  • static
  • igmp

Returns:

  • (String)

    The source type.

#subnet_idString

The ID of the subnet.

Returns:

  • (String)

    The ID of the subnet.

#transit_gateway_attachment_idString

The ID of the transit gateway attachment.

Returns:

  • (String)

    The ID of the transit gateway attachment.