Class: Aws::GuardDuty::Types::MalwareScanDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Information about the malware scan that generated a GuardDuty finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#threatsArray<Types::Threat>

Information about the detected threats associated with the generated GuardDuty finding.

Returns:



5633
5634
5635
5636
5637
# File 'lib/aws-sdk-guardduty/types.rb', line 5633

class MalwareScanDetails < Struct.new(
  :threats)
  SENSITIVE = []
  include Aws::Structure
end