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

ListJobRunsResponse

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

§Properties

§
JobRuns: JobRun[]
[src]

A list of job runs that have occurred for the specified job.

§
NextToken?: string | null
[src]

A token that you can use in a subsequent call to retrieve the next set of results.