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

Class: Aws::EC2::Types::LocalGatewayRouteTableVpcAssociation

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

Overview

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 association.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the local gateway route table for the association.

#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_vpc_association_idString

The ID of the association.

Returns:

  • (String)

    The ID of the association.

#owner_idString

The AWS account ID that owns the local gateway route table for the association.

Returns:

  • (String)

    The AWS account ID that owns the local gateway route table for the 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.

#vpc_idString

The ID of the VPC.

Returns:

  • (String)

    The ID of the VPC.