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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the attachment.

Returns:

  • (String)


72775
72776
72777
72778
72779
72780
# File 'lib/aws-sdk-ec2/types.rb', line 72775

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

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


72775
72776
72777
72778
72779
72780
# File 'lib/aws-sdk-ec2/types.rb', line 72775

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