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

ListInstancesRequest

import type { ListInstancesRequest } from "https://aws-api.deno.dev/v0.4/services/ssoadmin.ts?docs=full";
interface ListInstancesRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to display for the instance.

§
NextToken?: string | null
[src]

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.