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

GetJobRunsResponse

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

§Properties

§
JobRuns?: JobRun[] | null
[src]

A list of job-run metadata objects.

§
NextToken?: string | null
[src]

A continuation token, if not all requested job runs have been returned.