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

Class: Aws::EC2::Types::TransitGatewayRoute

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_block ⇒ String

The CIDR block used for destination matches.

Returns:

  • (String) —

    The CIDR block used for destination matches.

#prefix_list_id ⇒ String

The ID of the prefix list used for destination matches.

Returns:

  • (String) —

    The ID of the prefix list used for destination matches.

#state ⇒ String

The state of the route.

Possible values:

  • pending
  • active
  • blackhole
  • deleting
  • deleted

Returns:

  • (String) —

    The state of the route.

#transit_gateway_attachments ⇒ Array<Types::TransitGatewayRouteAttachment>

The attachments.

Returns:

#type ⇒ String

The route type.

Possible values:

  • static
  • propagated

Returns:

  • (String) —

    The route type.