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

UpdateDataQualityRulesetResponse

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

§Properties

§
Description?: string | null
[src]

A description of the ruleset.

§
Name?: string | null
[src]

The name of the data quality ruleset.

§
Ruleset?: string | null
[src]

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.