Class: Aws::ServiceDiscovery::Types::UpdatePrivateDnsNamespaceRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the namespace that you want to update.

Returns:

  • (String)


3222
3223
3224
3225
3226
3227
3228
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3222

class UpdatePrivateDnsNamespaceRequest < Struct.new(
  :id,
  :updater_request_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceTypes::PrivateDnsNamespaceChange

Updated properties for the private DNS namespace.



3222
3223
3224
3225
3226
3227
3228
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3222

class UpdatePrivateDnsNamespaceRequest < Struct.new(
  :id,
  :updater_request_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#updater_request_idString

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.

Returns:

  • (String)


3222
3223
3224
3225
3226
3227
3228
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3222

class UpdatePrivateDnsNamespaceRequest < Struct.new(
  :id,
  :updater_request_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end