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

ListWorkerFleetsResponse

import type { ListWorkerFleetsResponse } from "https://aws-api.deno.dev/v0.4/services/iotroborunner.ts?docs=full";
interface ListWorkerFleetsResponse {
nextToken?: string | null;
workerFleets?: WorkerFleet[] | null;
}

§Properties

§
nextToken?: string | null
[src]
§
workerFleets?: WorkerFleet[] | null
[src]