Class: Aws::Types::GetPITRMalwareScanResultsInput
- Inherits:
-
Object
- Object
- Aws::Types::GetPITRMalwareScanResultsInput
- 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.
-
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#scan_end_time ⇒ ::Time
Returns the value of attribute scan_end_time.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def backup_vault_name @backup_vault_name end |
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def malware_scanner @malware_scanner end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def recovery_point_arn @recovery_point_arn end |
#scan_end_time ⇒ ::Time
Returns the value of attribute scan_end_time.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def scan_end_time @scan_end_time end |