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

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

Overview

Deprecated.

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)


68084
68085
68086
68087
68088
68089
68090
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68084

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:



68084
68085
68086
68087
68088
68089
68090
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68084

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

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


68084
68085
68086
68087
68088
68089
68090
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68084

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