Class: Aws::ServiceDiscovery::Types::PublicDnsPropertiesMutable
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::PublicDnsPropertiesMutable
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
DNS properties for the public DNS namespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#soa ⇒ Types::SOA
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
Instance Attribute Details
#soa ⇒ Types::SOA
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
2426 2427 2428 2429 2430 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2426 class PublicDnsPropertiesMutable < Struct.new( :soa) SENSITIVE = [] include Aws::Structure end |