Class: Aws::EC2::Types::VpcClassicLink

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

Overview

<note markdown=“1”> Deprecated.

</note>

Describes whether a VPC is enabled for ClassicLink.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Indicates whether the VPC is enabled for ClassicLink.

Returns:

  • (Boolean)


67104
67105
67106
67107
67108
67109
67110
# File 'lib/aws-sdk-ec2/types.rb', line 67104

class VpcClassicLink < Struct.new(
  :classic_link_enabled,
  :tags,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the VPC.

Returns:



67104
67105
67106
67107
67108
67109
67110
# File 'lib/aws-sdk-ec2/types.rb', line 67104

class VpcClassicLink < Struct.new(
  :classic_link_enabled,
  :tags,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


67104
67105
67106
67107
67108
67109
67110
# File 'lib/aws-sdk-ec2/types.rb', line 67104

class VpcClassicLink < Struct.new(
  :classic_link_enabled,
  :tags,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end