Class: Aws::GuardDuty::Types::FindingTypeStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::FindingTypeStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Information about each finding type associated with the ‘groupedByFindingType` statistics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_type ⇒ String
Name of the finding type.
-
#last_generated_at ⇒ Time
The timestamp at which this finding type was last generated in your environment.
-
#total_findings ⇒ Integer
The total number of findings associated with generated for each distinct finding type.
Instance Attribute Details
#finding_type ⇒ String
Name of the finding type.
3398 3399 3400 3401 3402 3403 3404 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3398 class FindingTypeStatistics < Struct.new( :finding_type, :last_generated_at, :total_findings) SENSITIVE = [] include Aws::Structure end |
#last_generated_at ⇒ Time
The timestamp at which this finding type was last generated in your environment.
3398 3399 3400 3401 3402 3403 3404 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3398 class FindingTypeStatistics < Struct.new( :finding_type, :last_generated_at, :total_findings) SENSITIVE = [] include Aws::Structure end |
#total_findings ⇒ Integer
The total number of findings associated with generated for each distinct finding type.
3398 3399 3400 3401 3402 3403 3404 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3398 class FindingTypeStatistics < Struct.new( :finding_type, :last_generated_at, :total_findings) SENSITIVE = [] include Aws::Structure end |