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

GetJobRunRequest

import type { GetJobRunRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetJobRunRequest {
JobName: string;
PredecessorsIncluded?: boolean | null;
RunId: string;
}

§Properties

§
JobName: string
[src]

Name of the job definition being run.

§
PredecessorsIncluded?: boolean | null
[src]

True if a list of predecessor runs should be returned.

§
RunId: string
[src]

The ID of the job run.