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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



27194
27195
27196
27197
27198
27199
27200
27201
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27194

class DescribeVpcAttributeResult < Struct.new(
  :vpc_id,
  :enable_dns_hostnames,
  :enable_dns_support,
  :enable_network_address_usage_metrics)
  SENSITIVE = []
  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.



27194
27195
27196
27197
27198
27199
27200
27201
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27194

class DescribeVpcAttributeResult < Struct.new(
  :vpc_id,
  :enable_dns_hostnames,
  :enable_dns_support,
  :enable_network_address_usage_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#enable_network_address_usage_metricsTypes::AttributeBooleanValue

Indicates whether Network Address Usage metrics are enabled for your VPC.



27194
27195
27196
27197
27198
27199
27200
27201
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27194

class DescribeVpcAttributeResult < Struct.new(
  :vpc_id,
  :enable_dns_hostnames,
  :enable_dns_support,
  :enable_network_address_usage_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


27194
27195
27196
27197
27198
27199
27200
27201
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27194

class DescribeVpcAttributeResult < Struct.new(
  :vpc_id,
  :enable_dns_hostnames,
  :enable_dns_support,
  :enable_network_address_usage_metrics)
  SENSITIVE = []
  include Aws::Structure
end