Class: Aws::Types::StartMalwareScanConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::StartMalwareScanConfiguration
- 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.
-
#recovery_point ⇒ Types::RecoveryPoint
Returns the value of attribute recovery_point.
-
#role ⇒ ::String
Returns the value of attribute role.
Instance Attribute Details
#incremental_scan_details ⇒ Types::IncrementalScanDetails
Returns the value of attribute incremental_scan_details.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def incremental_scan_details @incremental_scan_details end |
#recovery_point ⇒ Types::RecoveryPoint
Returns the value of attribute recovery_point.
3001 3002 3003 |
# File 'sig/types.rbs', line 3001 def recovery_point @recovery_point end |
#role ⇒ ::String
Returns the value of attribute role.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def role @role end |