class Aws::PrometheusService::Types::DeleteWorkspaceRequest

Represents the input of a DeleteWorkspace operation.

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

data as a hash:

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

@!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 to delete.
@return [String]

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

Constants

SENSITIVE