Class: Aws::GuardDuty::Types::MalwareProtectionFindingsScanConfiguration

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

Overview

Contains finding configuration details about the malware scan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#incremental_scan_detailsTypes::IncrementalScanDetails

Contains information about the incremental scan configuration.



7328
7329
7330
7331
7332
7333
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7328

class MalwareProtectionFindingsScanConfiguration < Struct.new(
  :trigger_type,
  :incremental_scan_details)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_typeString

The event that triggered the malware scan.

Returns:

  • (String)


7328
7329
7330
7331
7332
7333
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7328

class MalwareProtectionFindingsScanConfiguration < Struct.new(
  :trigger_type,
  :incremental_scan_details)
  SENSITIVE = []
  include Aws::Structure
end