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

Class: Aws::EC2::Types::TransitGatewayAssociation

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

Overview

Describes an association between a resource attachment and a transit gateway route table.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the resource.

Returns:

  • (String)

    The ID of the resource.

#resource_typeString

The resource type. Note that the tgw-peering resource type has been deprecated.

Possible values:

  • vpc
  • vpn
  • direct-connect-gateway
  • peering
  • tgw-peering

Returns:

  • (String)

    The resource type.

#stateString

The state of the association.

Possible values:

  • associating
  • associated
  • disassociating
  • disassociated

Returns:

  • (String)

    The state of the association.

#transit_gateway_attachment_idString

The ID of the attachment.

Returns:

  • (String)

    The ID of the attachment.

#transit_gateway_route_table_idString

The ID of the transit gateway route table.

Returns:

  • (String)

    The ID of the transit gateway route table.