Class: Aws::GuardDuty::Types::HighestSeverityThreatDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::HighestSeverityThreatDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains details of the highest severity threat detected during scan and number of infected files.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
Total number of infected files with the highest severity threat detected.
-
#severity ⇒ String
Severity level of the highest severity threat detected.
-
#threat_name ⇒ String
Threat name of the highest severity threat detected as part of the malware scan.
Instance Attribute Details
#count ⇒ Integer
Total number of infected files with the highest severity threat detected.
4267 4268 4269 4270 4271 4272 4273 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4267 class HighestSeverityThreatDetails < Struct.new( :severity, :threat_name, :count) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
Severity level of the highest severity threat detected.
4267 4268 4269 4270 4271 4272 4273 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4267 class HighestSeverityThreatDetails < Struct.new( :severity, :threat_name, :count) SENSITIVE = [] include Aws::Structure end |
#threat_name ⇒ String
Threat name of the highest severity threat detected as part of the malware scan.
4267 4268 4269 4270 4271 4272 4273 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4267 class HighestSeverityThreatDetails < Struct.new( :severity, :threat_name, :count) SENSITIVE = [] include Aws::Structure end |