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

AssessmentMetadata

import type { AssessmentMetadata } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/auditmanager.ts";
interface AssessmentMetadata {
assessmentReportsDestination?: AssessmentReportsDestination | null;
complianceType?: string | null;
creationTime?: Date | number | null;
delegations?: Delegation[] | null;
description?: string | null;
id?: string | null;
lastUpdated?: Date | number | null;
name?: string | null;
roles?: Role[] | null;
scope?: Scope | null;
status?: AssessmentStatus | null;
}

§Properties

§
assessmentReportsDestination?: AssessmentReportsDestination | null
[src]
§
complianceType?: string | null
[src]
§
creationTime?: Date | number | null
[src]
§
delegations?: Delegation[] | null
[src]
§
description?: string | null
[src]
§
id?: string | null
[src]
§
lastUpdated?: Date | number | null
[src]
§
name?: string | null
[src]
§
roles?: Role[] | null
[src]
§
scope?: Scope | null
[src]
§
status?: AssessmentStatus | null
[src]