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

DescribeDetectorResult

import type { DescribeDetectorResult } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface DescribeDetectorResult {
arn?: string | null;
detectorId?: string | null;
detectorVersionSummaries?: DetectorVersionSummary[] | null;
nextToken?: string | null;
}

§Properties

§
arn?: string | null
[src]

The detector ARN.

§
detectorId?: string | null
[src]

The detector ID.

§
detectorVersionSummaries?: DetectorVersionSummary[] | null
[src]

The status and description for each detector version.

§
nextToken?: string | null
[src]

The next token to be used for subsequent requests.