Class: Aws::ServiceDiscovery::Types::PrivateDnsPropertiesMutable
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::PrivateDnsPropertiesMutable
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
DNS properties for the private DNS namespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#soa ⇒ Types::SOA
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
Instance Attribute Details
#soa ⇒ Types::SOA
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
2348 2349 2350 2351 2352 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2348 class PrivateDnsPropertiesMutable < Struct.new( :soa) SENSITIVE = [] include Aws::Structure end |