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/securityhub.ts?docs=full";
interface ListMembersRequest {
MaxResults?: number | null;
NextToken?: string | null;
OnlyAssociated?: boolean | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of items to return in the response.

§
NextToken?: string | null
[src]

The token that is required for pagination. On your first call to the ListMembers operation, set the value of this parameter to NULL.

For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.

§
OnlyAssociated?: boolean | null
[src]

Specifies which member accounts to include in the response based on their relationship status with the administrator account. The default value is TRUE.

If OnlyAssociated is set to TRUE, the response includes member accounts whose relationship status with the administrator account is set to ENABLED.

If OnlyAssociated is set to FALSE, the response includes all existing member accounts.