Class: Aws::GuardDuty::Types::FindingStatistics

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Finding statistics object.

Instance Attribute Summary collapse

Instance Attribute Details

#count_by_severityHash<String,Integer>

Represents a map of severity to count statistic for a set of findings

Returns:

  • (Hash<String,Integer>)


1063
1064
1065
1066
# File 'lib/aws-sdk-guardduty/types.rb', line 1063

class FindingStatistics < Struct.new(
  :count_by_severity)
  include Aws::Structure
end