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

GetDataQualityRulesetResponse

import type { GetDataQualityRulesetResponse } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface GetDataQualityRulesetResponse {
CreatedOn?: Date | number | null;
Description?: string | null;
LastModifiedOn?: Date | number | null;
Name?: string | null;
RecommendationRunId?: string | null;
Ruleset?: string | null;
TargetTable?: DataQualityTargetTable | null;
}

§Properties

§
CreatedOn?: Date | number | null
[src]

A timestamp. The time and date that this data quality ruleset was created.

§
Description?: string | null
[src]

A description of the ruleset.

§
LastModifiedOn?: Date | number | null
[src]

A timestamp. The last point in time when this data quality ruleset was modified.

§
Name?: string | null
[src]

The name of the ruleset.

§
RecommendationRunId?: string | null
[src]

When a ruleset was created from a recommendation run, this run ID is generated to link the two together.

§
Ruleset?: string | null
[src]

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

§
TargetTable?: DataQualityTargetTable | null
[src]

The name and database name of the target table.