Class: Aws::Types::StartScanJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartScanJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#continuous_scan_end_time ⇒ ::Time
Returns the value of attribute continuous_scan_end_time.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#scan_base_recovery_point_arn ⇒ ::String
Returns the value of attribute scan_base_recovery_point_arn.
-
#scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
Returns the value of attribute scan_mode.
-
#scanner_role_arn ⇒ ::String
Returns the value of attribute scanner_role_arn.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def backup_vault_name @backup_vault_name end |
#continuous_scan_end_time ⇒ ::Time
Returns the value of attribute continuous_scan_end_time.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def continuous_scan_end_time @continuous_scan_end_time end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def iam_role_arn @iam_role_arn end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def idempotency_token @idempotency_token end |
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def malware_scanner @malware_scanner end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def recovery_point_arn @recovery_point_arn end |
#scan_base_recovery_point_arn ⇒ ::String
Returns the value of attribute scan_base_recovery_point_arn.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def scan_base_recovery_point_arn @scan_base_recovery_point_arn end |
#scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
Returns the value of attribute scan_mode.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def scan_mode @scan_mode end |
#scanner_role_arn ⇒ ::String
Returns the value of attribute scanner_role_arn.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def scanner_role_arn @scanner_role_arn end |