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

ListSchedulesRequest

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

§Properties

§
JobName?: string | null
[src]

The name of the job that these schedules apply to.

§
MaxResults?: number | null
[src]

The maximum number of results to return in this request.

§
NextToken?: string | null
[src]

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