Class: Aws::EC2::Types::DnsEntry

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

Overview

Describes a DNS entry.

Instance Attribute Summary collapse

Instance Attribute Details

#dns_nameString

The DNS name.

Returns:

  • (String)


18145
18146
18147
18148
18149
# File 'lib/aws-sdk-ec2/types.rb', line 18145

class DnsEntry < Struct.new(
  :dns_name,
  :hosted_zone_id)
  include Aws::Structure
end

#hosted_zone_idString

The ID of the private hosted zone.

Returns:

  • (String)


18145
18146
18147
18148
18149
# File 'lib/aws-sdk-ec2/types.rb', line 18145

class DnsEntry < Struct.new(
  :dns_name,
  :hosted_zone_id)
  include Aws::Structure
end