You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::EC2::Types::VpcAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcAttachment
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes an attachment between a virtual private gateway and a VPC.
Instance Attribute Summary collapse
-
#state ⇒ String
The current state of the attachment.
-
#vpc_id ⇒ String
The ID of the VPC.
Instance Attribute Details
#state ⇒ String
The current state of the attachment.
45534 45535 45536 45537 45538 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45534 class VpcAttachment < Struct.new( :state, :vpc_id) include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC.
45534 45535 45536 45537 45538 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45534 class VpcAttachment < Struct.new( :state, :vpc_id) include Aws::Structure end |