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.
7976 7977 7978 7979 7980 7981 7982 7983 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7976 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.
7976 7977 7978 7979 7980 7981 7982 7983 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7976 class ScanThreatName < Struct.new( :name, :severity, :item_count, :file_paths) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the identified threat.
7976 7977 7978 7979 7980 7981 7982 7983 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7976 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.
7976 7977 7978 7979 7980 7981 7982 7983 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7976 class ScanThreatName < Struct.new( :name, :severity, :item_count, :file_paths) SENSITIVE = [] include Aws::Structure end |