Class: Aws::Types::ScanAction
- Inherits:
-
Object
- Object
- Aws::Types::ScanAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
-
#scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
Returns the value of attribute scan_mode.
Instance Attribute Details
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def malware_scanner @malware_scanner end |
#scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
Returns the value of attribute scan_mode.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def scan_mode @scan_mode end |