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

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

Overview

Contains information about finding statistics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#count_by_severityHash<String,Integer>

Represents a map of severity to count statistics for a set of findings.

Returns:

  • (Hash<String,Integer>)


3049
3050
3051
3052
3053
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3049

class FindingStatistics < Struct.new(
  :count_by_severity)
  SENSITIVE = []
  include Aws::Structure
end