Class: Aws::GuardDuty::Types::SeverityStatistics

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

Overview

Information about severity level for each finding type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_generated_atTime

The timestamp at which a finding type for a specific severity was last generated.

Returns:

  • (Time)


8179
8180
8181
8182
8183
8184
8185
# File 'lib/aws-sdk-guardduty/types.rb', line 8179

class SeverityStatistics < Struct.new(
  :last_generated_at,
  :severity,
  :total_findings)
  SENSITIVE = []
  include Aws::Structure
end

#severityFloat

The severity level associated with each finding type.

Returns:

  • (Float)


8179
8180
8181
8182
8183
8184
8185
# File 'lib/aws-sdk-guardduty/types.rb', line 8179

class SeverityStatistics < Struct.new(
  :last_generated_at,
  :severity,
  :total_findings)
  SENSITIVE = []
  include Aws::Structure
end

#total_findingsInteger

The total number of findings associated with this severity.

Returns:

  • (Integer)


8179
8180
8181
8182
8183
8184
8185
# File 'lib/aws-sdk-guardduty/types.rb', line 8179

class SeverityStatistics < Struct.new(
  :last_generated_at,
  :severity,
  :total_findings)
  SENSITIVE = []
  include Aws::Structure
end