Class: Aws::ServiceDiscovery::Types::UpdatePrivateDnsNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::UpdatePrivateDnsNamespaceRequest
- Defined in:
- gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the namespace that you want to update.
-
#namespace ⇒ Types::PrivateDnsNamespaceChange
Updated properties for the private DNS namespace.
-
#updater_request_id ⇒ String
A unique string that identifies the request and that allows failed
UpdatePrivateDnsNamespace
requests to be retried without the risk of running the operation twice.
Instance Attribute Details
#id ⇒ String
The ID of the namespace that you want to update.
3314 3315 3316 3317 3318 3319 3320 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3314 class UpdatePrivateDnsNamespaceRequest < Struct.new( :id, :updater_request_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ Types::PrivateDnsNamespaceChange
Updated properties for the private DNS namespace.
3314 3315 3316 3317 3318 3319 3320 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3314 class UpdatePrivateDnsNamespaceRequest < 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
UpdatePrivateDnsNamespace
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.
3314 3315 3316 3317 3318 3319 3320 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3314 class UpdatePrivateDnsNamespaceRequest < Struct.new( :id, :updater_request_id, :namespace) SENSITIVE = [] include Aws::Structure end |