Class: Aws::GuardDuty::Types::UsageTopAccountResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UsageTopAccountResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information on the total of usage based on the topmost 50 account IDs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The unique account ID.
-
#total ⇒ Types::Total
Contains the total usage with the corresponding currency unit for that value.
Instance Attribute Details
#account_id ⇒ String
The unique account ID.
9248 9249 9250 9251 9252 9253 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9248 class UsageTopAccountResult < Struct.new( :account_id, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::Total
Contains the total usage with the corresponding currency unit for that value.
9248 9249 9250 9251 9252 9253 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9248 class UsageTopAccountResult < Struct.new( :account_id, :total) SENSITIVE = [] include Aws::Structure end |