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

ListMetricAttributionsRequest

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

§Properties

§
datasetGroupArn?: string | null
[src]

The metric attributions' dataset group Amazon Resource Name (ARN).

§
maxResults?: number | null
[src]

The maximum number of metric attributions to return in one page of results.

§
nextToken?: string | null
[src]

Specify the pagination token from a previous request to retrieve the next page of results.