Class: Aws::Types::MalwareProtectionFindingsScanConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MalwareProtectionFindingsScanConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#incremental_scan_details ⇒ Types::IncrementalScanDetails
Returns the value of attribute incremental_scan_details.
-
#trigger_type ⇒ "BACKUP", "GUARDDUTY"
Returns the value of attribute trigger_type.
Instance Attribute Details
#incremental_scan_details ⇒ Types::IncrementalScanDetails
Returns the value of attribute incremental_scan_details.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def incremental_scan_details @incremental_scan_details end |
#trigger_type ⇒ "BACKUP", "GUARDDUTY"
Returns the value of attribute trigger_type.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def trigger_type @trigger_type end |