Class: Aws::GuardDuty::Types::UsageTopAccountsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UsageTopAccountsResult
- Defined in:
- gems/aws-sdk-guardduty/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.
9272 9273 9274 9275 9276 9277 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9272 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
.
9272 9273 9274 9275 9276 9277 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9272 class UsageTopAccountsResult < Struct.new( :feature, :accounts) SENSITIVE = [] include Aws::Structure end |