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

ListTasksResponse

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

§Properties

§
nextToken?: string | null
[src]

The nextToken value to include in a future ListTasks request. When the results of a ListTasks request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

§
taskArns?: string[] | null
[src]

The list of task ARN entries for the ListTasks request.