Class: Aws::EC2::Types::ClassicLinkDnsSupport

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

Overview

Describes the ClassicLink DNS support status of a VPC.

Instance Attribute Summary collapse

Instance Attribute Details

Indicates whether ClassicLink DNS support is enabled for the VPC.

Returns:

  • (Boolean)


2780
2781
2782
2783
2784
# File 'lib/aws-sdk-ec2/types.rb', line 2780

class ClassicLinkDnsSupport < Struct.new(
  :classic_link_dns_supported,
  :vpc_id)
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


2780
2781
2782
2783
2784
# File 'lib/aws-sdk-ec2/types.rb', line 2780

class ClassicLinkDnsSupport < Struct.new(
  :classic_link_dns_supported,
  :vpc_id)
  include Aws::Structure
end