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
show all
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

Instance Attribute Details

#sum_by_accountArray<Types::UsageAccountResult>

The usage statistic sum organized by account ID.

Returns:

#sum_by_data_sourceArray<Types::UsageDataSourceResult>

The usage statistic sum organized by on data source.

Returns:

#sum_by_resourceArray<Types::UsageResourceResult>

The usage statistic sum organized by resource.

Returns:

#top_resourcesArray<Types::UsageResourceResult>

Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.

Returns:

  • (Array<Types::UsageResourceResult>)

    Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.