Class: Aws::Types::ScanConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ScanConfiguration
- 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::ScanConfigurationRecoveryPoint
Returns the value of attribute recovery_point.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#trigger_details ⇒ Types::TriggerDetails
Returns the value of attribute trigger_details.
Instance Attribute Details
#incremental_scan_details ⇒ Types::IncrementalScanDetails
Returns the value of attribute incremental_scan_details.
2807 2808 2809 |
# File 'sig/types.rbs', line 2807 def incremental_scan_details @incremental_scan_details end |
#recovery_point ⇒ Types::ScanConfigurationRecoveryPoint
Returns the value of attribute recovery_point.
2808 2809 2810 |
# File 'sig/types.rbs', line 2808 def recovery_point @recovery_point end |
#role ⇒ ::String
Returns the value of attribute role.
2805 2806 2807 |
# File 'sig/types.rbs', line 2805 def role @role end |
#trigger_details ⇒ Types::TriggerDetails
Returns the value of attribute trigger_details.
2806 2807 2808 |
# File 'sig/types.rbs', line 2806 def trigger_details @trigger_details end |