Class: Aws::GuardDuty::Types::ScanDetections
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::ScanDetections
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      7849 7850 7851 7852 7853 7854 7855 7856  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 7849 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.
      7849 7850 7851 7852 7853 7854 7855 7856  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 7849 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.
      7849 7850 7851 7852 7853 7854 7855 7856  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 7849 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.
      7849 7850 7851 7852 7853 7854 7855 7856  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 7849 class ScanDetections < Struct.new( :scanned_item_count, :threats_detected_item_count, :highest_severity_threat_details, :threat_detected_by_name) SENSITIVE = [] include Aws::Structure end  |