paws.security.identity (version 0.1.0)

securityhub_delete_invitations: Deletes invitations that are sent to this AWS account (invitee) by the AWS accounts (inviters) that are specified by their account IDs

Description

Deletes invitations that are sent to this AWS account (invitee) by the AWS accounts (inviters) that are specified by their account IDs.

Usage

securityhub_delete_invitations(AccountIds)

Arguments

AccountIds

A list of account IDs specifying accounts whose invitations to Security Hub you want to delete.

Request syntax

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