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

Class: Aws::EC2::Types::VpcAttachment

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

Overview

Describes an attachment between a virtual private gateway and a VPC.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the attachment.

Possible values:

  • attaching
  • attached
  • detaching
  • detached

Returns:

  • (String)

    The current state of the attachment.

#vpc_idString

The ID of the VPC.

Returns:

  • (String)

    The ID of the VPC.