get_organization_statistics¶
Operation¶
get_organization_statistics
async
¶
get_organization_statistics(input: GetOrganizationStatisticsInput, plugins: list[Plugin] | None = None) -> GetOrganizationStatisticsOutput
Retrieves how many active member accounts have each feature enabled within GuardDuty. Only a delegated GuardDuty administrator of an organization can run this API.
When you create a new organization, it might take up to 24 hours to generate the statistics for the entire organization.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetOrganizationStatisticsInput
|
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 |
|---|---|
GetOrganizationStatisticsOutput
|
An instance of |
Input¶
GetOrganizationStatisticsInput
dataclass
¶
Dataclass for GetOrganizationStatisticsInput structure.
Output¶
GetOrganizationStatisticsOutput
dataclass
¶
Dataclass for GetOrganizationStatisticsOutput structure.
Attributes¶
organization_details
class-attribute
instance-attribute
¶
organization_details: OrganizationDetails | None = None
Information about the statistics report for your organization.