Class: Aws::ServiceDiscovery::Types::UpdatePublicDnsNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::UpdatePublicDnsNamespaceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the namespace being updated.
-
#namespace ⇒ Types::PublicDnsNamespaceChange
Updated properties for the public DNS namespace.
-
#updater_request_id ⇒ String
A unique string that identifies the request and that allows failed ‘UpdatePublicDnsNamespace` requests to be retried without the risk of running the operation twice.
Instance Attribute Details
#id ⇒ String
The ID of the namespace being updated.
3271 3272 3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3271 class UpdatePublicDnsNamespaceRequest < Struct.new( :id, :updater_request_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ Types::PublicDnsNamespaceChange
Updated properties for the public DNS namespace.
3271 3272 3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3271 class UpdatePublicDnsNamespaceRequest < Struct.new( :id, :updater_request_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#updater_request_id ⇒ String
A unique string that identifies the request and that allows failed ‘UpdatePublicDnsNamespace` requests to be retried without the risk of running the operation twice. `UpdaterRequestId` can be any unique string (for example, a date/timestamp).
**A suitable default value is auto-generated.** You should normally not need to pass this option.
3271 3272 3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3271 class UpdatePublicDnsNamespaceRequest < Struct.new( :id, :updater_request_id, :namespace) SENSITIVE = [] include Aws::Structure end |