Class: Aws::ServiceDiscovery::Types::UpdatePublicDnsNamespaceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the namespace being updated.

Returns:

  • (String)


3272
3273
3274
3275
3276
3277
3278
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3272

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

#namespaceTypes::PublicDnsNamespaceChange

Updated properties for the public DNS namespace.



3272
3273
3274
3275
3276
3277
3278
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3272

class UpdatePublicDnsNamespaceRequest < 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 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.

Returns:

  • (String)


3272
3273
3274
3275
3276
3277
3278
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3272

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