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

GetJobsResponse

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

§Properties

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

A list of job definitions.

§
NextToken?: string | null
[src]

A continuation token, if not all job definitions have yet been returned.