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

ListSubjectsResponse

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

§
subjects?: SubjectSummary[] | null
[src]

A list of subjects.