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.
2319 2320 2321 2322 2323 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2319 class PrivateDnsNamespaceProperties < Struct.new( :dns_properties) SENSITIVE = [] include Aws::Structure end |