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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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:



5470
5471
5472
5473
5474
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5470

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