paws.security.identity (version 0.1.0)

securityhub_decline_invitations: Declines invitations that are sent to this AWS account (invitee) by the AWS accounts (inviters) that are specified by the account IDs

Description

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

Usage

securityhub_decline_invitations(AccountIds)

Arguments

AccountIds

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

Request syntax

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