Class: Aws::GuardDuty::Types::ScanDetections

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#highest_severity_threat_detailsTypes::HighestSeverityThreatDetails

Details of the highest severity threat detected during malware scan and number of infected files.



6917
6918
6919
6920
6921
6922
6923
6924
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6917

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_countTypes::ScannedItemCount

Total number of scanned files.



6917
6918
6919
6920
6921
6922
6923
6924
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6917

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_nameTypes::ThreatDetectedByName

Contains details about identified threats organized by threat name.



6917
6918
6919
6920
6921
6922
6923
6924
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6917

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_countTypes::ThreatsDetectedItemCount

Total number of infected files.



6917
6918
6919
6920
6921
6922
6923
6924
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6917

class ScanDetections < Struct.new(
  :scanned_item_count,
  :threats_detected_item_count,
  :highest_severity_threat_details,
  :threat_detected_by_name)
  SENSITIVE = []
  include Aws::Structure
end