Class: Aws::ServiceDiscovery::Types::PrivateDnsNamespaceChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::PrivateDnsNamespaceChange
- 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
-
#description ⇒ String
An updated description for the private DNS namespace.
-
#properties ⇒ Types::PrivateDnsNamespacePropertiesChange
Properties to be updated in the private DNS namespace.
Instance Attribute Details
#description ⇒ String
An updated description for the private DNS namespace.
2304 2305 2306 2307 2308 2309 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2304 class PrivateDnsNamespaceChange < Struct.new( :description, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Types::PrivateDnsNamespacePropertiesChange
Properties to be updated in the private DNS namespace.
2304 2305 2306 2307 2308 2309 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2304 class PrivateDnsNamespaceChange < Struct.new( :description, :properties) SENSITIVE = [] include Aws::Structure end |