Class: Aws::GuardDuty::Types::UsageTopAccountsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UsageTopAccountsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Information about the usage statistics, calculated by top accounts by feature.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accounts ⇒ Array<Types::UsageTopAccountResult>
The accounts that contributed to the total usage cost.
-
#feature ⇒ String
Features by which you can generate the usage statistics.
Instance Attribute Details
#accounts ⇒ Array<Types::UsageTopAccountResult>
The accounts that contributed to the total usage cost.
8849 8850 8851 8852 8853 8854 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8849 class UsageTopAccountsResult < Struct.new( :feature, :accounts) SENSITIVE = [] include Aws::Structure end |
#feature ⇒ String
Features by which you can generate the usage statistics.
‘RDS_LOGIN_EVENTS` is currently not supported with `topAccountsByFeature`.
8849 8850 8851 8852 8853 8854 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8849 class UsageTopAccountsResult < Struct.new( :feature, :accounts) SENSITIVE = [] include Aws::Structure end |