class Aws::PrometheusService::Types::ListWorkspacesRequest

Represents the input of a ListWorkspaces operation.

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

data as a hash:

    {
      alias: "WorkspaceAlias",
      max_results: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] alias

Optional filter for workspace alias. Only the workspaces with
aliases that begin with this value will be returned.
@return [String]

@!attribute [rw] max_results

Maximum results to return in response (default=100, maximum=1000).
@return [Integer]

@!attribute [rw] next_token

Pagination token to request the next page in a paginated list. This
token is obtained from the output of the previous ListWorkspaces
request.
@return [String]

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

Constants

SENSITIVE