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

ListMetricAttributionsResponse

import type { ListMetricAttributionsResponse } from "https://aws-api.deno.dev/v0.4/services/personalize.ts?docs=full";
interface ListMetricAttributionsResponse {
metricAttributions?: MetricAttributionSummary[] | null;
nextToken?: string | null;
}

§Properties

§
metricAttributions?: MetricAttributionSummary[] | null
[src]

The list of metric attributions.

§
nextToken?: string | null
[src]

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