Class: Aws::ServiceDiscovery::Types::PrivateDnsPropertiesMutableChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::PrivateDnsPropertiesMutableChange
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Updated DNS properties for the private DNS namespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#soa ⇒ Types::SOAChange
Updated fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
Instance Attribute Details
#soa ⇒ Types::SOAChange
Updated fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
2363 2364 2365 2366 2367 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2363 class PrivateDnsPropertiesMutableChange < Struct.new( :soa) SENSITIVE = [] include Aws::Structure end |