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

ListOrganizationAdminAccountsResponse

import type { ListOrganizationAdminAccountsResponse } from "https://aws-api.deno.dev/v0.3/services/detective.ts?docs=full";
interface ListOrganizationAdminAccountsResponse {
Administrators?: Administrator[] | null;
NextToken?: string | null;
}

§Properties

§
Administrators?: Administrator[] | null
[src]

The list of delegated administrator accounts.

§
NextToken?: string | null
[src]

If there are more accounts remaining in the results, then this is the pagination token to use to request the next page of accounts.