Skip to content

Get Invitations Count

guardduty_get_invitations_count R Documentation

Returns the count of all GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation

Description

Returns the count of all GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation.

Usage

guardduty_get_invitations_count()

Value

A list with the following syntax:

list(
  InvitationsCount = 123
)

Request syntax

svc$get_invitations_count()