Class: Aws::ServiceDiscovery::Types::PublicDnsNamespaceChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::PublicDnsNamespaceChange
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Updated properties for the public DNS namespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
An updated description for the public DNS namespace.
-
#properties ⇒ Types::PublicDnsNamespacePropertiesChange
Properties to be updated in the public DNS namespace.
Instance Attribute Details
#description ⇒ String
An updated description for the public DNS namespace.
2381 2382 2383 2384 2385 2386 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2381 class PublicDnsNamespaceChange < Struct.new( :description, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Types::PublicDnsNamespacePropertiesChange
Properties to be updated in the public DNS namespace.
2381 2382 2383 2384 2385 2386 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2381 class PublicDnsNamespaceChange < Struct.new( :description, :properties) SENSITIVE = [] include Aws::Structure end |