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

ListMembersRequest

import type { ListMembersRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface ListMembersRequest {
maxResults?: number | null;
nextToken?: string | null;
onlyAssociated?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of items to include in each page of a paginated response.

§
nextToken?: string | null
[src]

The nextToken string that specifies which page of results to return in a paginated response.

§
onlyAssociated?: string | null
[src]

Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.