Class: Aws::ServiceDiscovery::Types::PublicDnsNamespacePropertiesChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::PublicDnsNamespacePropertiesChange
- Defined in:
- gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb
Overview
Updated properties for the public DNS namespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_properties ⇒ Types::PublicDnsPropertiesMutableChange
Updated DNS properties for the hosted zone for the public DNS namespace.
Instance Attribute Details
#dns_properties ⇒ Types::PublicDnsPropertiesMutableChange
Updated DNS properties for the hosted zone for the public DNS namespace.
2459 2460 2461 2462 2463 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2459 class PublicDnsNamespacePropertiesChange < Struct.new( :dns_properties) SENSITIVE = [] include Aws::Structure end |