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

GetMembersResponse

import type { GetMembersResponse } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface GetMembersResponse {
Members?: Member[] | null;
UnprocessedAccounts?: Result[] | null;
}

§Properties

§
Members?: Member[] | null
[src]

The list of details about the Security Hub member accounts.

§
UnprocessedAccounts?: Result[] | null
[src]

The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.