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

GetAssessmentResponse

import type { GetAssessmentResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";
interface GetAssessmentResponse {
assessmentTargets?: AssessmentTarget[] | null;
dataCollectionDetails?: DataCollectionDetails | null;
id?: string | null;
}

§Properties

§
assessmentTargets?: AssessmentTarget[] | null
[src]

List of criteria for assessment.

§
dataCollectionDetails?: DataCollectionDetails | null
[src]

Detailed information about the assessment.

§
id?: string | null
[src]

The ID for the specific assessment task.