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

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

Overview

Deprecated.

Describes the ClassicLink DNS support status of a VPC.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Indicates whether ClassicLink DNS support is enabled for the VPC.

Returns:

  • (Boolean)


5101
5102
5103
5104
5105
5106
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5101

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

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


5101
5102
5103
5104
5105
5106
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5101

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