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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



8503
8504
8505
8506
8507
8508
# File 'lib/aws-sdk-guardduty/types.rb', line 8503

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)


8503
8504
8505
8506
8507
8508
# File 'lib/aws-sdk-guardduty/types.rb', line 8503

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