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

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

Overview

A complex type that contains the ID for the Route 53 hosted zone that 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 Cloud Map creates when you create a namespace.

Returns:

  • (String)


680
681
682
683
684
685
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 680

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

#soaTypes::SOA

Start of Authority (SOA) record for the hosted zone.

Returns:



680
681
682
683
684
685
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 680

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