Class: Aws::EC2::Types::PrivateDnsNameOptionsResponse

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

Overview

Describes the options for instance hostnames.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_resource_name_dns_a_recordBoolean

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

Returns:

  • (Boolean)


54068
54069
54070
54071
54072
54073
54074
# File 'lib/aws-sdk-ec2/types.rb', line 54068

class PrivateDnsNameOptionsResponse < Struct.new(
  :hostname_type,
  :enable_resource_name_dns_a_record,
  :enable_resource_name_dns_aaaa_record)
  SENSITIVE = []
  include Aws::Structure
end

#enable_resource_name_dns_aaaa_recordBoolean

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

Returns:

  • (Boolean)


54068
54069
54070
54071
54072
54073
54074
# File 'lib/aws-sdk-ec2/types.rb', line 54068

class PrivateDnsNameOptionsResponse < Struct.new(
  :hostname_type,
  :enable_resource_name_dns_a_record,
  :enable_resource_name_dns_aaaa_record)
  SENSITIVE = []
  include Aws::Structure
end

#hostname_typeString

The type of hostname to assign to an instance.

Returns:

  • (String)


54068
54069
54070
54071
54072
54073
54074
# File 'lib/aws-sdk-ec2/types.rb', line 54068

class PrivateDnsNameOptionsResponse < Struct.new(
  :hostname_type,
  :enable_resource_name_dns_a_record,
  :enable_resource_name_dns_aaaa_record)
  SENSITIVE = []
  include Aws::Structure
end