Module: Aws::Backup::Client::_GetPITRMalwareScanResultsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPITRMalwareScanResultsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #last_scan_job_time ⇒ ::Time
- #scan_end_time ⇒ ::Time
- #scan_id ⇒ ::String
- #scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
- #scan_result ⇒ Types::ScanResultInfo
Instance Method Details
#last_scan_job_time ⇒ ::Time
832 |
# File 'sig/client.rbs', line 832
def last_scan_job_time: () -> ::Time
|
#scan_end_time ⇒ ::Time
830 |
# File 'sig/client.rbs', line 830
def scan_end_time: () -> ::Time
|
#scan_id ⇒ ::String
833 |
# File 'sig/client.rbs', line 833
def scan_id: () -> ::String
|
#scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
834 |
# File 'sig/client.rbs', line 834
def scan_mode: () -> ("FULL_SCAN" | "INCREMENTAL_SCAN")
|
#scan_result ⇒ Types::ScanResultInfo
831 |
# File 'sig/client.rbs', line 831
def scan_result: () -> Types::ScanResultInfo
|