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

GetAssessmentReportResponse

import type { GetAssessmentReportResponse } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";
interface GetAssessmentReportResponse {
status: ReportStatus;
url?: string | null;
}

§Properties

§

Specifies the status of the request to generate an assessment report.

§
url?: string | null
[src]

Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.