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

Class: Aws::EC2::Types::TransitGateway

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.

#descriptionString

The description of the transit gateway.

Returns:

  • (String)

    The description of the transit gateway.

#optionsTypes::TransitGatewayOptions

The transit gateway options.

Returns:

#owner_idString

The ID of the AWS account ID that owns the transit gateway.

Returns:

  • (String)

    The ID of the AWS account ID that owns the transit gateway.

#stateString

The state of the transit gateway.

Possible values:

  • pending
  • available
  • modifying
  • deleting
  • deleted

Returns:

  • (String)

    The state of the transit gateway.

#tagsArray<Types::Tag>

The tags for the transit gateway.

Returns:

  • (Array<Types::Tag>)

    The tags for the transit gateway.

#transit_gateway_arnString

The Amazon Resource Name (ARN) of the transit gateway.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the transit gateway.

#transit_gateway_idString

The ID of the transit gateway.

Returns:

  • (String)

    The ID of the transit gateway.