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

ListJobRunsRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return in this request.

§
Name: string
[src]

The name of the job.

§
NextToken?: string | null
[src]

The token returned by a previous call to retrieve the next set of results.