/AWS1/CL_GDYMALWARESCAN¶
Contains information about a particular malware scan.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn TYPE /AWS1/GDYNONEMPTYSTRING /AWS1/GDYNONEMPTYSTRING¶
Amazon Resource Name (ARN) of the resource for the given malware scan.
iv_resourcetype TYPE /AWS1/GDYMALWAREPROTECTIONRE00 /AWS1/GDYMALWAREPROTECTIONRE00¶
The type of resource that was scanned for malware.
iv_scanid TYPE /AWS1/GDYNONEMPTYSTRING /AWS1/GDYNONEMPTYSTRING¶
A unique identifier that gets generated when you invoke the API without any error. Each malware scan has a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.
iv_scanstatus TYPE /AWS1/GDYMALWAREPROTECTIONSC01 /AWS1/GDYMALWAREPROTECTIONSC01¶
An enum value representing the current status of the malware scan.
iv_scanresultstatus TYPE /AWS1/GDYSCANRESULTSTATUS /AWS1/GDYSCANRESULTSTATUS¶
An enum value representing the result of the malware scan.
iv_scantype TYPE /AWS1/GDYMALWAREPROTECTIONSC00 /AWS1/GDYMALWAREPROTECTIONSC00¶
An enum value representing the type of scan that was initiated.
iv_scanstartedat TYPE /AWS1/GDYTIMESTAMP /AWS1/GDYTIMESTAMP¶
The timestamp representing when the malware scan was started.
iv_scancompletedat TYPE /AWS1/GDYTIMESTAMP /AWS1/GDYTIMESTAMP¶
The timestamp representing when the malware scan was completed.
Queryable Attributes¶
ResourceArn¶
Amazon Resource Name (ARN) of the resource for the given malware scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
ResourceType¶
The type of resource that was scanned for malware.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
ScanId¶
A unique identifier that gets generated when you invoke the API without any error. Each malware scan has a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.
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 |
ScanStatus¶
An enum value representing the current status of the malware scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANSTATUS() |
Getter for SCANSTATUS, with configurable default |
ASK_SCANSTATUS() |
Getter for SCANSTATUS w/ exceptions if field has no value |
HAS_SCANSTATUS() |
Determine if SCANSTATUS has a value |
ScanResultStatus¶
An enum value representing the result of the malware scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANRESULTSTATUS() |
Getter for SCANRESULTSTATUS, with configurable default |
ASK_SCANRESULTSTATUS() |
Getter for SCANRESULTSTATUS w/ exceptions if field has no va |
HAS_SCANRESULTSTATUS() |
Determine if SCANRESULTSTATUS has a value |
ScanType¶
An enum value representing the type of scan that was initiated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANTYPE() |
Getter for SCANTYPE, with configurable default |
ASK_SCANTYPE() |
Getter for SCANTYPE w/ exceptions if field has no value |
HAS_SCANTYPE() |
Determine if SCANTYPE has a value |
ScanStartedAt¶
The timestamp representing when the malware scan was started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANSTARTEDAT() |
Getter for SCANSTARTEDAT, with configurable default |
ASK_SCANSTARTEDAT() |
Getter for SCANSTARTEDAT w/ exceptions if field has no value |
HAS_SCANSTARTEDAT() |
Determine if SCANSTARTEDAT has a value |
ScanCompletedAt¶
The timestamp representing when the malware scan was completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANCOMPLETEDAT() |
Getter for SCANCOMPLETEDAT, with configurable default |
ASK_SCANCOMPLETEDAT() |
Getter for SCANCOMPLETEDAT w/ exceptions if field has no val |
HAS_SCANCOMPLETEDAT() |
Determine if SCANCOMPLETEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MALWARESCANS¶
TYPES TT_MALWARESCANS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYMALWARESCAN WITH DEFAULT KEY
.