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
873 |
# File 'sig/client.rbs', line 873
def last_scan_job_time: () -> ::Time
|
#scan_end_time ⇒ ::Time
871 |
# File 'sig/client.rbs', line 871
def scan_end_time: () -> ::Time
|
#scan_id ⇒ ::String
874 |
# File 'sig/client.rbs', line 874
def scan_id: () -> ::String
|
#scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
875 |
# File 'sig/client.rbs', line 875
def scan_mode: () -> ("FULL_SCAN" | "INCREMENTAL_SCAN")
|
#scan_result ⇒ Types::ScanResultInfo
872 |
# File 'sig/client.rbs', line 872
def scan_result: () -> Types::ScanResultInfo
|