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

ListJobsResponse

import type { ListJobsResponse } from "https://aws-api.deno.dev/v0.3/services/dataexchange.ts?docs=full";
interface ListJobsResponse {
Jobs?: JobEntry[] | null;
NextToken?: string | null;
}

§Properties

§
Jobs?: JobEntry[] | null
[src]

The jobs listed by the request.

§
NextToken?: string | null
[src]

The token value retrieved from a previous call to access the next page of results.