Class: Aws::GuardDuty::Types::ScanThreatName
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ScanThreatName
- Defined in:
- gems/aws-sdk-guardduty/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.
8550 8551 8552 8553 8554 8555 8556 8557 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8550 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.
8550 8551 8552 8553 8554 8555 8556 8557 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8550 class ScanThreatName < Struct.new( :name, :severity, :item_count, :file_paths) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the identified threat.
8550 8551 8552 8553 8554 8555 8556 8557 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8550 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.
8550 8551 8552 8553 8554 8555 8556 8557 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8550 class ScanThreatName < Struct.new( :name, :severity, :item_count, :file_paths) SENSITIVE = [] include Aws::Structure end |