Class: Aws::GuardDuty::Types::MalwareProtectionFindingsScanConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MalwareProtectionFindingsScanConfiguration
- 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
-
#incremental_scan_details ⇒ Types::IncrementalScanDetails
Contains information about the incremental scan configuration.
-
#trigger_type ⇒ String
The event that triggered the malware scan.
Instance Attribute Details
#incremental_scan_details ⇒ Types::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_type ⇒ String
The event that triggered the malware scan.
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 |