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

ListRulesetsRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return in this request.

§
NextToken?: string | null
[src]

A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.

§
TargetArn?: string | null
[src]

The Amazon Resource Name (ARN) of a resource (dataset). Using this parameter indicates to return only those rulesets that are associated with the specified resource.