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

ListEventTrackersRequest

import type { ListEventTrackersRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface ListEventTrackersRequest {
datasetGroupArn?: string | null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
datasetGroupArn?: string | null
[src]

The ARN of a dataset group used to filter the response.

§
maxResults?: number | null
[src]

The maximum number of event trackers to return.

§
nextToken?: string | null
[src]

A token returned from the previous call to ListEventTrackers for getting the next set of event trackers (if they exist).