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

Detector

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

The detector.

interface Detector {
arn?: string | null;
createdTime?: string | null;
description?: string | null;
detectorId?: string | null;
eventTypeName?: string | null;
lastUpdatedTime?: string | null;
}

§Properties

§
arn?: string | null
[src]

The detector ARN.

§
createdTime?: string | null
[src]

Timestamp of when the detector was created.

§
description?: string | null
[src]

The detector description.

§
detectorId?: string | null
[src]

The detector ID.

§
eventTypeName?: string | null
[src]

The name of the event type.

§
lastUpdatedTime?: string | null
[src]

Timestamp of when the detector was last updated.