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

ListJobsResult

import type { ListJobsResult } from "https://aws-api.deno.dev/v0.4/services/amplify.ts?docs=full";

The maximum number of records to list in a single response.

interface ListJobsResult {
jobSummaries: JobSummary[];
nextToken?: string | null;
}

§Properties

§
jobSummaries: JobSummary[]
[src]

The result structure for the list job result request.

§
nextToken?: string | null
[src]

A pagination token. If non-null the pagination token is returned in a result. Pass its value in another request to retrieve more entries.