Class: Aws::EC2::Types::ClassicLinkDnsSupport
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ClassicLinkDnsSupport
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
<note markdown=“1”> Deprecated.
</note>
Describes the ClassicLink DNS support status of a VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#classic_link_dns_supported ⇒ Boolean
Indicates whether ClassicLink DNS support is enabled for the VPC.
-
#vpc_id ⇒ String
The ID of the VPC.
Instance Attribute Details
#classic_link_dns_supported ⇒ Boolean
Indicates whether ClassicLink DNS support is enabled for the VPC.
5765 5766 5767 5768 5769 5770 |
# File 'lib/aws-sdk-ec2/types.rb', line 5765 class ClassicLinkDnsSupport < Struct.new( :classic_link_dns_supported, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC.
5765 5766 5767 5768 5769 5770 |
# File 'lib/aws-sdk-ec2/types.rb', line 5765 class ClassicLinkDnsSupport < Struct.new( :classic_link_dns_supported, :vpc_id) SENSITIVE = [] include Aws::Structure end |