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

ListJobsRequest

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

§Properties

§
DatasetName?: string | null
[src]

The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.

§
MaxResults?: number | null
[src]

The maximum number of results to return in this request.

§
NextToken?: string | null
[src]

A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.

§
ProjectName?: string | null
[src]

The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.