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

ListMembersInput

import type { ListMembersInput } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";
interface ListMembersInput {
IsOwned?: boolean | null;
MaxResults?: number | null;
Name?: string | null;
NetworkId: string;
NextToken?: string | null;
Status?: MemberStatus | null;
}

§Properties

§
IsOwned?: boolean | null
[src]

An optional Boolean value. If provided, the request is limited either to members that the current AWS account owns (true) or that other AWS accounts own (false). If omitted, all members are listed.

§
MaxResults?: number | null
[src]

The maximum number of members to return in the request.

§
Name?: string | null
[src]

The optional name of the member to list.

§
NetworkId: string
[src]

The unique identifier of the network for which to list members.

§
NextToken?: string | null
[src]

The pagination token that indicates the next set of results to retrieve.

§
Status?: MemberStatus | null
[src]

An optional status specifier. If provided, only members currently in this status are listed.