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

DescribeJobsRequest

import type { DescribeJobsRequest } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";
interface DescribeJobsRequest {
filters?: DescribeJobsRequestFilters | null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§

A set of filters by which to return Jobs.

§
maxResults?: number | null
[src]

Maximum number of Jobs to retrieve.

§
nextToken?: string | null
[src]

The token of the next Job to retrieve.