ListMembers
Source:
src/AWS/SecurityHub/ListMembers.ts
Runtime binding for securityhub:ListMembers.
Lists the member accounts associated with this administrator account.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.SecurityHub.ListMembersHttp).
Members & Organization
Section titled “Members & Organization”// init — account-level binding, no resource argumentconst listMembers = yield* AWS.SecurityHub.ListMembers();
// runtimeconst { Members } = yield* listMembers();