Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListWorkerBlocksResponse

import type { ListWorkerBlocksResponse } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface ListWorkerBlocksResponse {
NextToken?: string | null;
NumResults?: number | null;
WorkerBlocks?: WorkerBlock[] | null;
}

§Properties

§
NextToken?: string | null
[src]
§
NumResults?: number | null
[src]

The number of assignments on the page in the filtered results list, equivalent to the number of assignments returned by this call.

§
WorkerBlocks?: WorkerBlock[] | null
[src]

The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.