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

AssessmentReport

import type { AssessmentReport } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/auditmanager.ts";
interface AssessmentReport {
assessmentId?: string | null;
assessmentName?: string | null;
author?: string | null;
awsAccountId?: string | null;
creationTime?: Date | number | null;
description?: string | null;
id?: string | null;
name?: string | null;
status?: AssessmentReportStatus | null;
}

§Properties

§
assessmentId?: string | null
[src]
§
assessmentName?: string | null
[src]
§
author?: string | null
[src]
§
awsAccountId?: string | null
[src]
§
creationTime?: Date | number | null
[src]
§
description?: string | null
[src]
§
id?: string | null
[src]
§
name?: string | null
[src]