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)


7847
7848
7849
7850
7851
7852
7853
# File 'lib/aws-sdk-guardduty/types.rb', line 7847

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)


7847
7848
7849
7850
7851
7852
7853
# File 'lib/aws-sdk-guardduty/types.rb', line 7847

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)


7847
7848
7849
7850
7851
7852
7853
# File 'lib/aws-sdk-guardduty/types.rb', line 7847

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