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

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

Overview

Describes a DNS entry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dns_nameString

The DNS name.

Returns:

  • (String)


29894
29895
29896
29897
29898
29899
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29894

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

#hosted_zone_idString

The ID of the private hosted zone.

Returns:

  • (String)


29894
29895
29896
29897
29898
29899
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29894

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