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.
10046 10047 10048 10049 10050 10051 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10046 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
.
10046 10047 10048 10049 10050 10051 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10046 class UsageTopAccountsResult < Struct.new( :feature, :accounts) SENSITIVE = [] include Aws::Structure end |