Skip to content

Guardduty  >  Operations  >  get_invitations_count

get_invitations_count

Operation

get_invitations_count async

get_invitations_count(input: GetInvitationsCountInput, plugins: list[Plugin] | None = None) -> GetInvitationsCountOutput

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

Parameters:

Name Type Description Default
input GetInvitationsCountInput

An instance of GetInvitationsCountInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
GetInvitationsCountOutput

An instance of GetInvitationsCountOutput.

Input

GetInvitationsCountInput dataclass

Dataclass for GetInvitationsCountInput structure.

Output

GetInvitationsCountOutput dataclass

Dataclass for GetInvitationsCountOutput structure.

Attributes

invitations_count class-attribute instance-attribute
invitations_count: int | None = None

The number of received invitations.