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

ListDataQualityRulesetsRequest

import type { ListDataQualityRulesetsRequest } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface ListDataQualityRulesetsRequest {
MaxResults?: number | null;
NextToken?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§

The filter criteria.

§
MaxResults?: number | null
[src]

The maximum number of results to return.

§
NextToken?: string | null
[src]

A paginated token to offset the results.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A list of key-value pair tags.