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

ListReportJobsOutput

import type { ListReportJobsOutput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface ListReportJobsOutput {
NextToken?: string | null;
ReportJobs?: ReportJob[] | null;
}

§Properties

§
NextToken?: string | null
[src]

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

§
ReportJobs?: ReportJob[] | null
[src]

Details about your report jobs in JSON format.