Class: Aws::GuardDuty::Types::ScanThreatName
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ScanThreatName
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains files infected with the given threat providing details of malware name and severity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_paths ⇒ Array<Types::ScanFilePath>
List of infected files in EBS volume with details.
-
#item_count ⇒ Integer
Total number of files infected with given threat.
-
#name ⇒ String
The name of the identified threat.
-
#severity ⇒ String
Severity of threat identified as part of the malware scan.
Instance Attribute Details
#file_paths ⇒ Array<Types::ScanFilePath>
List of infected files in EBS volume with details.
8546 8547 8548 8549 8550 8551 8552 8553 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8546 class ScanThreatName < Struct.new( :name, :severity, :item_count, :file_paths) SENSITIVE = [] include Aws::Structure end |
#item_count ⇒ Integer
Total number of files infected with given threat.
8546 8547 8548 8549 8550 8551 8552 8553 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8546 class ScanThreatName < Struct.new( :name, :severity, :item_count, :file_paths) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the identified threat.
8546 8547 8548 8549 8550 8551 8552 8553 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8546 class ScanThreatName < Struct.new( :name, :severity, :item_count, :file_paths) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
Severity of threat identified as part of the malware scan.
8546 8547 8548 8549 8550 8551 8552 8553 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8546 class ScanThreatName < Struct.new( :name, :severity, :item_count, :file_paths) SENSITIVE = [] include Aws::Structure end |