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 |
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 |
Input¶
GetInvitationsCountInput
dataclass
¶
Dataclass for GetInvitationsCountInput structure.