Class: Aws::GuardDuty::Types::SeverityStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::SeverityStatistics
- 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
-
#last_generated_at ⇒ Time
The timestamp at which a finding type for a specific severity was last generated.
-
#severity ⇒ Float
The severity level associated with each finding type.
-
#total_findings ⇒ Integer
The total number of findings associated with this severity.
Instance Attribute Details
#last_generated_at ⇒ Time
The timestamp at which a finding type for a specific severity was last generated.
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 |
#severity ⇒ Float
The severity level associated with each finding type.
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_findings ⇒ Integer
The total number of findings associated with this severity.
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 |