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

GetRulesRequest

import type { GetRulesRequest } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface GetRulesRequest {
detectorId: string;
maxResults?: number | null;
nextToken?: string | null;
ruleId?: string | null;
ruleVersion?: string | null;
}

§Properties

§
detectorId: string
[src]

The detector ID.

§
maxResults?: number | null
[src]

The maximum number of rules to return for the request.

§
nextToken?: string | null
[src]

The next page token.

§
ruleId?: string | null
[src]

The rule ID.

§
ruleVersion?: string | null
[src]

The rule version.