Class: Aws::GuardDuty::Types::ScanDetections
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ScanDetections
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains a complete view providing malware scan result details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#highest_severity_threat_details ⇒ Types::HighestSeverityThreatDetails
Details of the highest severity threat detected during malware scan and number of infected files.
-
#scanned_item_count ⇒ Types::ScannedItemCount
Total number of scanned files.
-
#threat_detected_by_name ⇒ Types::ThreatDetectedByName
Contains details about identified threats organized by threat name.
-
#threats_detected_item_count ⇒ Types::ThreatsDetectedItemCount
Total number of infected files.
Instance Attribute Details
#highest_severity_threat_details ⇒ Types::HighestSeverityThreatDetails
Details of the highest severity threat detected during malware scan and number of infected files.
7850 7851 7852 7853 7854 7855 7856 7857 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7850 class ScanDetections < Struct.new( :scanned_item_count, :threats_detected_item_count, :highest_severity_threat_details, :threat_detected_by_name) SENSITIVE = [] include Aws::Structure end |
#scanned_item_count ⇒ Types::ScannedItemCount
Total number of scanned files.
7850 7851 7852 7853 7854 7855 7856 7857 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7850 class ScanDetections < Struct.new( :scanned_item_count, :threats_detected_item_count, :highest_severity_threat_details, :threat_detected_by_name) SENSITIVE = [] include Aws::Structure end |
#threat_detected_by_name ⇒ Types::ThreatDetectedByName
Contains details about identified threats organized by threat name.
7850 7851 7852 7853 7854 7855 7856 7857 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7850 class ScanDetections < Struct.new( :scanned_item_count, :threats_detected_item_count, :highest_severity_threat_details, :threat_detected_by_name) SENSITIVE = [] include Aws::Structure end |
#threats_detected_item_count ⇒ Types::ThreatsDetectedItemCount
Total number of infected files.
7850 7851 7852 7853 7854 7855 7856 7857 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7850 class ScanDetections < Struct.new( :scanned_item_count, :threats_detected_item_count, :highest_severity_threat_details, :threat_detected_by_name) SENSITIVE = [] include Aws::Structure end |