Class: Aws::ServiceDiscovery::Types::DnsProperties

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

Overview

A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a namespace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_idString

The ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a namespace.

Returns:

  • (String)


709
710
711
712
713
# File 'lib/aws-sdk-servicediscovery/types.rb', line 709

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