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

Label

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

The label details.

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

§Properties

§
arn?: string | null
[src]

The label ARN.

§
createdTime?: string | null
[src]

Timestamp of when the event type was created.

§
description?: string | null
[src]

The label description.

§
lastUpdatedTime?: string | null
[src]

Timestamp of when the label was last updated.

§
name?: string | null
[src]

The label name.