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

GetFindingsReportStatusResponse

import type { GetFindingsReportStatusResponse } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";
interface GetFindingsReportStatusResponse {
destination?: Destination | null;
errorCode?: ReportingErrorCode | null;
errorMessage?: string | null;
filterCriteria?: FilterCriteria | null;
reportId?: string | null;
status?: ExternalReportStatus | null;
}

§Properties

§
destination?: Destination | null
[src]

The destination of the report.

§
errorCode?: ReportingErrorCode | null
[src]

The error code of the report.

§
errorMessage?: string | null
[src]

The error message of the report.

§
filterCriteria?: FilterCriteria | null
[src]

The filter criteria associated with the report.

§
reportId?: string | null
[src]

The ID of the report.

§

The status of the report.