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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


67819
67820
67821
67822
67823
67824
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67819

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

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


67819
67820
67821
67822
67823
67824
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67819

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