Learn R Programming

paws.security.identity (version 0.1.8)

securityhub_get_members: Returns the details on the Security Hub member accounts that the account IDs specify

Description

Returns the details on the Security Hub member accounts that the account IDs specify.

Usage

securityhub_get_members(AccountIds)

Arguments

AccountIds

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

Request syntax

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