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

GetJobRunsRequest

import type { GetJobRunsRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetJobRunsRequest {
JobName: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
JobName: string
[src]

The name of the job definition for which to retrieve all job runs.

§
MaxResults?: number | null
[src]

The maximum size of the response.

§
NextToken?: string | null
[src]

A continuation token, if this is a continuation call.