Learn R Programming

paws.security.identity (version 0.1.9)

securityhub_delete_members: Deletes the specified member accounts from Security Hub

Description

Deletes the specified member accounts from Security Hub.

Usage

securityhub_delete_members(AccountIds)

Arguments

AccountIds

The list of account IDs for the member accounts to delete.

Request syntax

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