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.
9271 9272 9273 9274 9275 9276 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9271 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`.
9271 9272 9273 9274 9275 9276 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9271 class UsageTopAccountsResult < Struct.new( :feature, :accounts) SENSITIVE = [] include Aws::Structure end |