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

Outcome

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

The outcome.

interface Outcome {
arn?: string | null;
createdTime?: string | null;
description?: string | null;
lastUpdatedTime?: string | null;
name?: string | null;
}

§Properties

§
arn?: string | null
[src]

The outcome ARN.

§
createdTime?: string | null
[src]

The timestamp when the outcome was created.

§
description?: string | null
[src]

The outcome description.

§
lastUpdatedTime?: string | null
[src]

The timestamp when the outcome was last updated.

§
name?: string | null
[src]

The outcome name.