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

BatchGetDataQualityResultResponse

import type { BatchGetDataQualityResultResponse } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface BatchGetDataQualityResultResponse {
Results: DataQualityResult[];
ResultsNotFound?: string[] | null;
}

§Properties

§

A list of DataQualityResult objects representing the data quality results.

§
ResultsNotFound?: string[] | null
[src]

A list of result IDs for which results were not found.