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

ListDataQualityRuleRecommendationRunsResponse

import type { ListDataQualityRuleRecommendationRunsResponse } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface ListDataQualityRuleRecommendationRunsResponse {
NextToken?: string | null;
}

§Properties

§
NextToken?: string | null
[src]

A pagination token, if more results are available.

§

A list of DataQualityRuleRecommendationRunDescription objects.