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

Class: Aws::EC2::Types::LocalGatewayRoute

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

Overview

Describes a route for a local gateway route table.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_blockString

The CIDR block used for destination matches.

Returns:

  • (String)

    The CIDR block used for destination matches.

#local_gateway_route_table_arnString

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

Returns:

  • (String)

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

#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_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 route.

Returns:

  • (String)

    The AWS account ID that owns the local gateway route.

#stateString

The state of the route.

Possible values:

  • pending
  • active
  • blackhole
  • deleting
  • deleted

Returns:

  • (String)

    The state of the route.

#typeString

The route type.

Possible values:

  • static
  • propagated

Returns:

  • (String)

    The route type.