Class: Aws::GuardDuty::Types::UsageAccountResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UsageAccountResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information on the total of usage based on account IDs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Account ID that generated usage.
-
#total ⇒ Types::Total
Represents the total of usage for the Account ID.
Instance Attribute Details
#account_id ⇒ String
The Account ID that generated usage.
8670 8671 8672 8673 8674 8675 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8670 class UsageAccountResult < Struct.new( :account_id, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::Total
Represents the total of usage for the Account ID.
8670 8671 8672 8673 8674 8675 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8670 class UsageAccountResult < Struct.new( :account_id, :total) SENSITIVE = [] include Aws::Structure end |