class Aws::ServiceDiscovery::Types::UpdateHttpNamespaceRequest

@note When making an API call, you may pass UpdateHttpNamespaceRequest

data as a hash:

    {
      id: "ResourceId", # required
      updater_request_id: "ResourceId",
      namespace: { # required
        description: "ResourceDescription", # required
      },
    }

@!attribute [rw] id

The ID of the namespace that you want to update.
@return [String]

@!attribute [rw] updater_request_id

A unique string that identifies the request and that allows failed
`UpdateHttpNamespace` 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.
@return [String]

@!attribute [rw] namespace

Updated properties for the the HTTP namespace.
@return [Types::HttpNamespaceChange]

@see docs.aws.amazon.com/goto/WebAPI/servicediscovery-2017-03-14/UpdateHttpNamespaceRequest AWS API Documentation

Constants

SENSITIVE