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

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

Overview

Describes whether a VPC is enabled for ClassicLink.

Instance Attribute Summary collapse

Instance Attribute Details

Indicates whether the VPC is enabled for ClassicLink.

Returns:

  • (Boolean)


24807
24808
24809
24810
24811
24812
# File 'lib/aws-sdk-ec2/types.rb', line 24807

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

#tagsArray<Types::Tag>

Any tags assigned to the VPC.

Returns:



24807
24808
24809
24810
24811
24812
# File 'lib/aws-sdk-ec2/types.rb', line 24807

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

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


24807
24808
24809
24810
24811
24812
# File 'lib/aws-sdk-ec2/types.rb', line 24807

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