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

Class: Aws::EC2::Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation

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

Overview

Describes an association between a local gateway route table and a virtual interface group.

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_idString

The ID of the local gateway.

Returns:

  • (String)

    The ID of the local gateway.

#local_gateway_route_table_arnString

The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.

#local_gateway_route_table_idString

The ID of the local gateway route table.

Returns:

  • (String)

    The ID of the local gateway route table.

#local_gateway_route_table_virtual_interface_group_association_idString

The ID of the association.

Returns:

  • (String)

    The ID of the association.

#local_gateway_virtual_interface_group_idString

The ID of the virtual interface group.

Returns:

  • (String)

    The ID of the virtual interface group.

#owner_idString

The AWS account ID that owns the local gateway virtual interface group association.

Returns:

  • (String)

    The AWS account ID that owns the local gateway virtual interface group association.

#stateString

The state of the association.

Returns:

  • (String)

    The state of the association.

#tagsArray<Types::Tag>

The tags assigned to the association.

Returns:

  • (Array<Types::Tag>)

    The tags assigned to the association.