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

Class: Aws::EC2::Types::TransitGatewayVpcAttachment

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.

#optionsTypes::TransitGatewayVpcAttachmentOptions

The VPC attachment options.

Returns:

#stateString

The state of the VPC attachment. Note that the initiating state has been deprecated.

Possible values:

  • initiating
  • initiatingRequest
  • pendingAcceptance
  • rollingBack
  • pending
  • available
  • modifying
  • deleting
  • deleted
  • failed
  • rejected
  • rejecting
  • failing

Returns:

  • (String)

    The state of the VPC attachment.

#subnet_idsArray<String>

The IDs of the subnets.

Returns:

  • (Array<String>)

    The IDs of the subnets.

#tagsArray<Types::Tag>

The tags for the VPC attachment.

Returns:

  • (Array<Types::Tag>)

    The tags for the VPC attachment.

#transit_gateway_attachment_idString

The ID of the attachment.

Returns:

  • (String)

    The ID of the attachment.

#transit_gateway_idString

The ID of the transit gateway.

Returns:

  • (String)

    The ID of the transit gateway.

#vpc_idString

The ID of the VPC.

Returns:

  • (String)

    The ID of the VPC.

#vpc_owner_idString

The ID of the AWS account that owns the VPC.

Returns:

  • (String)

    The ID of the AWS account that owns the VPC.