Class: Aws::ServiceDiscovery::Types::PrivateDnsNamespaceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::PrivateDnsNamespaceProperties
- 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
-
#dns_properties ⇒ Types::PrivateDnsPropertiesMutable
DNS properties for the private DNS namespace.
Instance Attribute Details
#dns_properties ⇒ Types::PrivateDnsPropertiesMutable
DNS properties for the private DNS namespace.
2367 2368 2369 2370 2371 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2367 class PrivateDnsNamespaceProperties < Struct.new( :dns_properties) SENSITIVE = [] include Aws::Structure end |