Class: Aws::ServiceDiscovery::Types::PublicDnsNamespaceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::PublicDnsNamespaceProperties
- 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
-
#dns_properties ⇒ Types::PublicDnsPropertiesMutable
DNS properties for the public DNS namespace.
Instance Attribute Details
#dns_properties ⇒ Types::PublicDnsPropertiesMutable
DNS properties for the public DNS namespace.
2396 2397 2398 2399 2400 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2396 class PublicDnsNamespaceProperties < Struct.new( :dns_properties) SENSITIVE = [] include Aws::Structure end |