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

ListProfilesResponse

import type { ListProfilesResponse } from "https://aws-api.deno.dev/v0.4/services/rolesanywhere.ts?docs=full";
interface ListProfilesResponse {
nextToken?: string | null;
profiles?: ProfileDetail[] | 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.

§
profiles?: ProfileDetail[] | null
[src]

A list of profiles.