Class: Aws::ServiceDiscovery::Types::PrivateDnsNamespacePropertiesChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::PrivateDnsNamespacePropertiesChange
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Updated properties for the private DNS namespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_properties ⇒ Types::PrivateDnsPropertiesMutableChange
Updated DNS properties for the private DNS namespace.
Instance Attribute Details
#dns_properties ⇒ Types::PrivateDnsPropertiesMutableChange
Updated DNS properties for the private DNS namespace.
2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2333 class PrivateDnsNamespacePropertiesChange < Struct.new( :dns_properties) SENSITIVE = [] include Aws::Structure end |