Class: Aws::ServiceDiscovery::Types::DnsProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::DnsProperties
- 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 Cloud Map creates when you create a namespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hosted_zone_id ⇒ String
The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.
-
#soa ⇒ Types::SOA
Start of Authority (SOA) record for the hosted zone.
Instance Attribute Details
#hosted_zone_id ⇒ String
The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.
680 681 682 683 684 685 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 680 class DnsProperties < Struct.new( :hosted_zone_id, :soa) SENSITIVE = [] include Aws::Structure end |
#soa ⇒ Types::SOA
Start of Authority (SOA) record for the hosted zone.
680 681 682 683 684 685 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 680 class DnsProperties < Struct.new( :hosted_zone_id, :soa) SENSITIVE = [] include Aws::Structure end |