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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


2745
2746
2747
2748
2749
# File 'lib/aws-sdk-guardduty/types.rb', line 2745

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