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

ListAssessmentControlInsightsByControlDomainResponse

import type { ListAssessmentControlInsightsByControlDomainResponse } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface ListAssessmentControlInsightsByControlDomainResponse {
controlInsightsByAssessment?: ControlInsightsMetadataByAssessmentItem[] | null;
nextToken?: string | null;
}

§Properties

§
controlInsightsByAssessment?: ControlInsightsMetadataByAssessmentItem[] | null
[src]

The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain API returned.

§
nextToken?: string | null
[src]

The pagination token that's used to fetch the next set of results.