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

DetectorVersionSummary

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

The summary of the detector version.

interface DetectorVersionSummary {
description?: string | null;
detectorVersionId?: string | null;
lastUpdatedTime?: string | null;
status?: DetectorVersionStatus | null;
}

§Properties

§
description?: string | null
[src]

The detector version description.

§
detectorVersionId?: string | null
[src]

The detector version ID.

§
lastUpdatedTime?: string | null
[src]

Timestamp of when the detector version was last updated.

§

The detector version status.