Class: Aws::EC2::Types::DescribeVpcClassicLinkDnsSupportResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use when requesting the next set of items.

Returns:

  • (String)


14961
14962
14963
14964
14965
# File 'lib/aws-sdk-ec2/types.rb', line 14961

class DescribeVpcClassicLinkDnsSupportResult < Struct.new(
  :next_token,
  :vpcs)
  include Aws::Structure
end

#vpcsArray<Types::ClassicLinkDnsSupport>

Information about the ClassicLink DNS support status of the VPCs.

Returns:



14961
14962
14963
14964
14965
# File 'lib/aws-sdk-ec2/types.rb', line 14961

class DescribeVpcClassicLinkDnsSupportResult < Struct.new(
  :next_token,
  :vpcs)
  include Aws::Structure
end