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

UpdateRulesetRequest

import type { UpdateRulesetRequest } from "https://aws-api.deno.dev/v0.3/services/databrew.ts?docs=full";
interface UpdateRulesetRequest {
Description?: string | null;
Name: string;
Rules: Rule[];
}

§Properties

§
Description?: string | null
[src]

The description of the ruleset.

§
Name: string
[src]

The name of the ruleset to be updated.

§
Rules: Rule[]
[src]

A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.