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

ListMemberAccountsResult

import type { ListMemberAccountsResult } from "https://aws-api.deno.dev/v0.3/services/macie.ts?docs=full";
interface ListMemberAccountsResult {
memberAccounts?: MemberAccount[] | null;
nextToken?: string | null;
}

§Properties

§
memberAccounts?: MemberAccount[] | null
[src]

A list of the Amazon Macie Classic member accounts returned by the action. The current Macie Classic administrator account is also included in this list.

§
nextToken?: string | null
[src]

When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.