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

ListSigningJobsResponse

import type { ListSigningJobsResponse } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";
interface ListSigningJobsResponse {
jobs?: SigningJob[] | null;
nextToken?: string | null;
}

§Properties

§
jobs?: SigningJob[] | null
[src]

A list of your signing jobs.

§
nextToken?: string | null
[src]

String for specifying the next set of paginated results.