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

ListRequest

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

§Properties

§
nextToken?: string | null
[src]

A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.

§
pageSize?: number | null
[src]

The number of resources in the paginated list.