Class: Aws::GuardDuty::Types::UsageTopAccountResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UsageTopAccountResult
- Defined in:
- gems/aws-sdk-guardduty/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.
10023 10024 10025 10026 10027 10028 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10023 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.
10023 10024 10025 10026 10027 10028 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10023 class UsageTopAccountResult < Struct.new( :account_id, :total) SENSITIVE = [] include Aws::Structure end |