Class: Aws::EC2::Types::DescribeVpcAttributeResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#enable_dns_hostnamesTypes::AttributeBooleanValue

Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is ‘true`, instances in the VPC get DNS hostnames; otherwise, they do not.



16349
16350
16351
16352
16353
16354
# File 'lib/aws-sdk-ec2/types.rb', line 16349

class DescribeVpcAttributeResult < Struct.new(
  :vpc_id,
  :enable_dns_hostnames,
  :enable_dns_support)
  include Aws::Structure
end

#enable_dns_supportTypes::AttributeBooleanValue

Indicates whether DNS resolution is enabled for the VPC. If this attribute is ‘true`, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.



16349
16350
16351
16352
16353
16354
# File 'lib/aws-sdk-ec2/types.rb', line 16349

class DescribeVpcAttributeResult < Struct.new(
  :vpc_id,
  :enable_dns_hostnames,
  :enable_dns_support)
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


16349
16350
16351
16352
16353
16354
# File 'lib/aws-sdk-ec2/types.rb', line 16349

class DescribeVpcAttributeResult < Struct.new(
  :vpc_id,
  :enable_dns_hostnames,
  :enable_dns_support)
  include Aws::Structure
end