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.4/services/securityhub.ts?docs=full";
interface ListOrganizationAdminAccountsResponse {
AdminAccounts?: AdminAccount[] | null;
NextToken?: string | null;
}

§Properties

§
AdminAccounts?: AdminAccount[] | null
[src]

The list of Security Hub administrator accounts.

§
NextToken?: string | null
[src]

The pagination token to use to request the next page of results.