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

ListDataQualityRulesetsResponse

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

§Properties

§
NextToken?: string | null
[src]

A pagination token, if more results are available.

§

A paginated list of rulesets for the specified list of Glue tables.