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.
9867 9868 9869 9870 9871 9872 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9867 class UsageAccountResult < Struct.new( :account_id, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::Total
Represents the total of usage for the Account ID.
9867 9868 9869 9870 9871 9872 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9867 class UsageAccountResult < Struct.new( :account_id, :total) SENSITIVE = [] include Aws::Structure end |