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

ListProjectsResponse

import type { ListProjectsResponse } from "https://aws-api.deno.dev/v0.4/services/evidently.ts?docs=full";
interface ListProjectsResponse {
nextToken?: string | null;
projects?: ProjectSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token to use in a subsequent ListProjects operation to return the next set of results.

§
projects?: ProjectSummary[] | null
[src]

An array of structures that contain the configuration details of the projects in the Region.