paws.security.identity (version 0.1.0)

securityhub_get_members: Returns the details on the Security Hub member accounts that are specified by the account IDs

Description

Returns the details on the Security Hub member accounts that are specified by the account IDs.

Usage

securityhub_get_members(AccountIds)

Arguments

AccountIds

[required] A list of account IDs for the Security Hub member accounts on which you want to return the details.

Request syntax

svc$get_members(
  AccountIds = list(
    "string"
  )
)