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

RuleDetail

import type { RuleDetail } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";

The details of the rule.

interface RuleDetail {
arn?: string | null;
createdTime?: string | null;
description?: string | null;
detectorId?: string | null;
expression?: string | null;
language?: Language | null;
lastUpdatedTime?: string | null;
outcomes?: string[] | null;
ruleId?: string | null;
ruleVersion?: string | null;
}

§Properties

§
arn?: string | null
[src]

The rule ARN.

§
createdTime?: string | null
[src]

The timestamp of when the rule was created.

§
description?: string | null
[src]

The rule description.

§
detectorId?: string | null
[src]

The detector for which the rule is associated.

§
expression?: string | null
[src]

The rule expression.

§
language?: Language | null
[src]

The rule language.

§
lastUpdatedTime?: string | null
[src]

Timestamp of the last time the rule was updated.

§
outcomes?: string[] | null
[src]

The rule outcomes.

§
ruleId?: string | null
[src]

The rule ID.

§
ruleVersion?: string | null
[src]

The rule version.