Class: Aws::GuardDuty::Types::FindingStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::FindingStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about finding statistics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count_by_severity ⇒ Hash<String,Integer>
Represents a map of severity to count statistics for a set of findings.
Instance Attribute Details
#count_by_severity ⇒ Hash<String,Integer>
Represents a map of severity to count statistics for a set of findings.
3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3151 class FindingStatistics < Struct.new( :count_by_severity) SENSITIVE = [] include Aws::Structure end |