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

Class: Aws::EC2::Types::TransitGatewayRouteTable

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.

Returns:

  • (Time)

    The creation time.

#default_association_route_tableBoolean

Indicates whether this is the default association route table for the transit gateway.

Returns:

  • (Boolean)

    Indicates whether this is the default association route table for the transit gateway.

#default_propagation_route_tableBoolean

Indicates whether this is the default propagation route table for the transit gateway.

Returns:

  • (Boolean)

    Indicates whether this is the default propagation route table for the transit gateway.

#stateString

The state of the transit gateway route table.

Possible values:

  • pending
  • available
  • deleting
  • deleted

Returns:

  • (String)

    The state of the transit gateway route table.

#tagsArray<Types::Tag>

Any tags assigned to the route table.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the route table.

#transit_gateway_idString

The ID of the transit gateway.

Returns:

  • (String)

    The ID of the transit gateway.

#transit_gateway_route_table_idString

The ID of the transit gateway route table.

Returns:

  • (String)

    The ID of the transit gateway route table.