You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::UsageStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UsageStatistics
- Defined in:
- (unknown)
Overview
Contains the result of GuardDuty usage. If a UsageStatisticType is provided the result for other types will be null.
Returned by:
Instance Attribute Summary collapse
-
#sum_by_account ⇒ Array<Types::UsageAccountResult>
The usage statistic sum organized by account ID.
-
#sum_by_data_source ⇒ Array<Types::UsageDataSourceResult>
The usage statistic sum organized by on data source.
-
#sum_by_resource ⇒ Array<Types::UsageResourceResult>
The usage statistic sum organized by resource.
-
#top_resources ⇒ Array<Types::UsageResourceResult>
Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.
Instance Attribute Details
#sum_by_account ⇒ Array<Types::UsageAccountResult>
The usage statistic sum organized by account ID.
#sum_by_data_source ⇒ Array<Types::UsageDataSourceResult>
The usage statistic sum organized by on data source.
#sum_by_resource ⇒ Array<Types::UsageResourceResult>
The usage statistic sum organized by resource.
#top_resources ⇒ Array<Types::UsageResourceResult>
Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.