Class: Aws::EC2::Types::VpcAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcAttachment
- 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
-
#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.
68809 68810 68811 68812 68813 68814 |
# File 'lib/aws-sdk-ec2/types.rb', line 68809 class VpcAttachment < Struct.new( :state, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC.
68809 68810 68811 68812 68813 68814 |
# File 'lib/aws-sdk-ec2/types.rb', line 68809 class VpcAttachment < Struct.new( :state, :vpc_id) SENSITIVE = [] include Aws::Structure end |