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

ListTasksOutput

import type { ListTasksOutput } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";
interface ListTasksOutput {
nextToken?: string | null;
tasks?: TaskSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

A pagination token to continue to the next page of tasks.

§
tasks?: TaskSummary[] | null
[src]

A list of task structures containing details about each task.