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

ListFeaturesRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to include in the response.

§
nextToken?: string | null
[src]

The token to use when requesting the next set of results. You received this token from a previous ListFeatures operation.

§
project: string
[src]

The name or ARN of the project to return the feature list from.