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

ListTrustAnchorsResponse

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

§
trustAnchors?: TrustAnchorDetail[] | null
[src]

A list of trust anchors.