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

DescribeRulesetResponse

import type { DescribeRulesetResponse } from "https://aws-api.deno.dev/v0.4/services/databrew.ts?docs=full";
interface DescribeRulesetResponse {
CreateDate?: Date | number | null;
CreatedBy?: string | null;
Description?: string | null;
LastModifiedBy?: string | null;
LastModifiedDate?: Date | number | null;
Name: string;
ResourceArn?: string | null;
Rules?: Rule[] | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
TargetArn?: string | null;
}

§Properties

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

The date and time that the ruleset was created.

§
CreatedBy?: string | null
[src]

The Amazon Resource Name (ARN) of the user who created the ruleset.

§
Description?: string | null
[src]

The description of the ruleset.

§
LastModifiedBy?: string | null
[src]

The Amazon Resource Name (ARN) of the user who last modified the ruleset.

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

The modification date and time of the ruleset.

§
Name: string
[src]

The name of the ruleset.

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) for the ruleset.

§
Rules?: Rule[] | null
[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.

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

Metadata tags that have been applied to the ruleset.

§
TargetArn?: string | null
[src]

The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.