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.

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)


556
557
558
559
# File 'lib/aws-sdk-servicediscovery/types.rb', line 556

class DnsProperties < Struct.new(
  :hosted_zone_id)
  include Aws::Structure
end