Class: Aws::GuardDuty::Types::UsageAccountResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UsageAccountResult
- Defined in:
- gems/aws-sdk-guardduty/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.
9872 9873 9874 9875 9876 9877 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9872 class UsageAccountResult < Struct.new( :account_id, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::Total
Represents the total of usage for the Account ID.
9872 9873 9874 9875 9876 9877 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9872 class UsageAccountResult < Struct.new( :account_id, :total) SENSITIVE = [] include Aws::Structure end |