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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the attachment.

Returns:

  • (String)


37108
37109
37110
37111
37112
# File 'lib/aws-sdk-ec2/types.rb', line 37108

class VpcAttachment < Struct.new(
  :state,
  :vpc_id)
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


37108
37109
37110
37111
37112
# File 'lib/aws-sdk-ec2/types.rb', line 37108

class VpcAttachment < Struct.new(
  :state,
  :vpc_id)
  include Aws::Structure
end