/AWS1/CL_BUPGTPITRMALSCANRSOUT¶
GetPITRMalwareScanResultsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_scanendtime TYPE /AWS1/BUPTIMESTAMP00 /AWS1/BUPTIMESTAMP00¶
The point in time that was queried. This echoes back the time specified in the request.
io_scanresult TYPE REF TO /AWS1/CL_BUPSCANRESULTINFO /AWS1/CL_BUPSCANRESULTINFO¶
Contains the
ScanResultStatusfor the scan and returnsTHREATS_FOUND,NO_THREATS_FOUND, orUNKNOWN.
Optional arguments:¶
iv_lastscanjobtime TYPE /AWS1/BUPTIMESTAMP00 /AWS1/BUPTIMESTAMP00¶
The completion time of the most recent scan job that covered the specified point in time.
iv_scanid TYPE /AWS1/BUPSTRING00 /AWS1/BUPSTRING00¶
The scan ID generated by Amazon GuardDuty for the corresponding Scan Job ID request from Backup.
iv_scanmode TYPE /AWS1/BUPSCANMODE /AWS1/BUPSCANMODE¶
Specifies the scan type used for the scan job.
Queryable Attributes¶
ScanEndTime¶
The point in time that was queried. This echoes back the time specified in the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANENDTIME() |
Getter for SCANENDTIME, with configurable default |
ASK_SCANENDTIME() |
Getter for SCANENDTIME w/ exceptions if field has no value |
HAS_SCANENDTIME() |
Determine if SCANENDTIME has a value |
ScanResult¶
Contains the
ScanResultStatusfor the scan and returnsTHREATS_FOUND,NO_THREATS_FOUND, orUNKNOWN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANRESULT() |
Getter for SCANRESULT |
LastScanJobTime¶
The completion time of the most recent scan job that covered the specified point in time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTSCANJOBTIME() |
Getter for LASTSCANJOBTIME, with configurable default |
ASK_LASTSCANJOBTIME() |
Getter for LASTSCANJOBTIME w/ exceptions if field has no val |
HAS_LASTSCANJOBTIME() |
Determine if LASTSCANJOBTIME has a value |
ScanId¶
The scan ID generated by Amazon GuardDuty for the corresponding Scan Job ID request from Backup.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANID() |
Getter for SCANID, with configurable default |
ASK_SCANID() |
Getter for SCANID w/ exceptions if field has no value |
HAS_SCANID() |
Determine if SCANID has a value |
ScanMode¶
Specifies the scan type used for the scan job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANMODE() |
Getter for SCANMODE, with configurable default |
ASK_SCANMODE() |
Getter for SCANMODE w/ exceptions if field has no value |
HAS_SCANMODE() |
Determine if SCANMODE has a value |