class Aws::PrometheusService::Types::UpdateWorkspaceAliasRequest

Represents the input of an UpdateWorkspaceAlias operation.

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

data as a hash:

    {
      alias: "WorkspaceAlias",
      client_token: "IdempotencyToken",
      workspace_id: "WorkspaceId", # required
    }

@!attribute [rw] alias

The new alias of the workspace.
@return [String]

@!attribute [rw] client_token

Optional, unique, case-sensitive, user-provided identifier to ensure
the idempotency of the request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] workspace_id

The ID of the workspace being updated.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amp-2020-08-01/UpdateWorkspaceAliasRequest AWS API Documentation

Constants

SENSITIVE