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

ListWorkgroupsResponse

import type { ListWorkgroupsResponse } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface ListWorkgroupsResponse {
nextToken?: string | null;
workgroups: Workgroup[];
}

§Properties

§
nextToken?: string | null
[src]

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.

§
workgroups: Workgroup[]
[src]

The returned array of workgroups.