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

GetWorkUnitsResponse

import type { GetWorkUnitsResponse } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";

A structure for the output.

interface GetWorkUnitsResponse {
NextToken?: string | null;
QueryId: string;
WorkUnitRanges: WorkUnitRange[];
}

§Properties

§
NextToken?: string | null
[src]

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

§
QueryId: string
[src]

The ID of the plan query operation.

§
WorkUnitRanges: WorkUnitRange[]
[src]

A WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the execution service.