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

StartReportJobOutput

import type { StartReportJobOutput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface StartReportJobOutput {
ReportJobId?: string | null;
}

§Properties

§
ReportJobId?: string | null
[src]

The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.