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

ListAccountRolesResponse

import type { ListAccountRolesResponse } from "https://aws-api.deno.dev/v0.3/services/sso.ts?docs=full";
interface ListAccountRolesResponse {
nextToken?: string | null;
roleList?: RoleInfo[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The page token client that is used to retrieve the list of accounts.

§
roleList?: RoleInfo[] | null
[src]

A paginated response with the list of roles and the next token if more results are available.