Learn R Programming

paws.security.identity (version 0.1.9)

securityhub_get_members: Returns the details for the Security Hub member accounts for the specified account IDs

Description

Returns the details for the Security Hub member accounts for the specified account IDs.

Usage

securityhub_get_members(AccountIds)

Arguments

AccountIds

[required] The list of account IDs for the Security Hub member accounts to return the details for.

Request syntax

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