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

JobNodeDetails

import type { JobNodeDetails } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

The details of a Job node present in the workflow.

interface JobNodeDetails {
JobRuns?: JobRun[] | null;
}

§Properties

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

The information for the job runs represented by the job node.