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.
4058 4059 4060 4061 4062 4063 4064 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4058 class HighestSeverityThreatDetails < Struct.new( :severity, :threat_name, :count) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
Severity level of the highest severity threat detected.
4058 4059 4060 4061 4062 4063 4064 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4058 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.
4058 4059 4060 4061 4062 4063 4064 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4058 class HighestSeverityThreatDetails < Struct.new( :severity, :threat_name, :count) SENSITIVE = [] include Aws::Structure end |