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_blockString

The CIDR block used for destination matches.

Returns:

  • (String)

    The CIDR block used for destination matches.

#prefix_list_idString

The ID of the prefix list used for destination matches.

Returns:

  • (String)

    The ID of the prefix list used for destination matches.

#stateString

The state of the route.

Possible values:

  • pending
  • active
  • blackhole
  • deleting
  • deleted

Returns:

  • (String)

    The state of the route.

#transit_gateway_attachmentsArray<Types::TransitGatewayRouteAttachment>

The attachments.

Returns:

#typeString

The route type.

Possible values:

  • static
  • propagated

Returns:

  • (String)

    The route type.