Class: Aws::GuardDuty::Types::AccountStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AccountStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Represents a list of map of accounts with the number of findings associated with each account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the Amazon Web Services account.
-
#last_generated_at ⇒ Time
The timestamp at which the finding for this account was last generated.
-
#total_findings ⇒ Integer
The total number of findings associated with an account.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account.
224 225 226 227 228 229 230 |
# File 'lib/aws-sdk-guardduty/types.rb', line 224 class AccountStatistics < Struct.new( :account_id, :last_generated_at, :total_findings) SENSITIVE = [] include Aws::Structure end |
#last_generated_at ⇒ Time
The timestamp at which the finding for this account was last generated.
224 225 226 227 228 229 230 |
# File 'lib/aws-sdk-guardduty/types.rb', line 224 class AccountStatistics < Struct.new( :account_id, :last_generated_at, :total_findings) SENSITIVE = [] include Aws::Structure end |
#total_findings ⇒ Integer
The total number of findings associated with an account.
224 225 226 227 228 229 230 |
# File 'lib/aws-sdk-guardduty/types.rb', line 224 class AccountStatistics < Struct.new( :account_id, :last_generated_at, :total_findings) SENSITIVE = [] include Aws::Structure end |