paws.security.identity (version 0.1.0)

guardduty_decline_invitations: Declines invitations sent to the current member account by AWS account specified by their account IDs

Description

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

Usage

guardduty_decline_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 decline invitations from.

Request syntax

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