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

CreateAssessmentReportResponse

import type { CreateAssessmentReportResponse } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface CreateAssessmentReportResponse {
assessmentReport?: AssessmentReport | null;
}

§Properties

§
assessmentReport?: AssessmentReport | null
[src]

The new assessment report that the CreateAssessmentReport API returned.