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.
7841 7842 7843 7844 7845 7846 7847 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7841 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.
7841 7842 7843 7844 7845 7846 7847 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7841 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.
7841 7842 7843 7844 7845 7846 7847 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7841 class SeverityStatistics < Struct.new( :last_generated_at, :severity, :total_findings) SENSITIVE = [] include Aws::Structure end |