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

ListEnvironmentsRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return in this request.

§
nextToken?: string | null
[src]

A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the nextToken value from the response object of the previous page call.