paws.security.identity (version 0.1.0)

guardduty_delete_invitations: Deletes invitations sent to the current member account by AWS accounts specified by their account IDs

Description

Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.

Usage

guardduty_delete_invitations(AccountIds)

Arguments

AccountIds

[required] A list of account IDs of the AWS accounts that sent invitations to the current member account that you want to delete invitations from.

Request syntax

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