/AWS1/CL_GDYSCANNEDRESOURCE¶
Contains information about a resource that was scanned as part of the malware scan operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_scannedresourcearn TYPE /AWS1/GDYNONEMPTYSTRING /AWS1/GDYNONEMPTYSTRING¶
Amazon Resource Name (ARN) of the scanned resource.
iv_scannedresourcetype TYPE /AWS1/GDYMALWAREPROTECTIONRE00 /AWS1/GDYMALWAREPROTECTIONRE00¶
The resource type of the scanned resource.
iv_scannedresourcestatus TYPE /AWS1/GDYMALWAREPROTECTIONSC01 /AWS1/GDYMALWAREPROTECTIONSC01¶
The status of the scanned resource.
iv_scanstatusreason TYPE /AWS1/GDYSCANSTATUSREASON /AWS1/GDYSCANSTATUSREASON¶
The reason for the scan status of this particular resource, if applicable.
io_resourcedetails TYPE REF TO /AWS1/CL_GDYSCANNEDRESDETAILS /AWS1/CL_GDYSCANNEDRESDETAILS¶
Information about the scanned resource.
Queryable Attributes¶
ScannedResourceArn¶
Amazon Resource Name (ARN) of the scanned resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANNEDRESOURCEARN() |
Getter for SCANNEDRESOURCEARN, with configurable default |
ASK_SCANNEDRESOURCEARN() |
Getter for SCANNEDRESOURCEARN w/ exceptions if field has no |
HAS_SCANNEDRESOURCEARN() |
Determine if SCANNEDRESOURCEARN has a value |
ScannedResourceType¶
The resource type of the scanned resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANNEDRESOURCETYPE() |
Getter for SCANNEDRESOURCETYPE, with configurable default |
ASK_SCANNEDRESOURCETYPE() |
Getter for SCANNEDRESOURCETYPE w/ exceptions if field has no |
HAS_SCANNEDRESOURCETYPE() |
Determine if SCANNEDRESOURCETYPE has a value |
ScannedResourceStatus¶
The status of the scanned resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANNEDRESOURCESTATUS() |
Getter for SCANNEDRESOURCESTATUS, with configurable default |
ASK_SCANNEDRESOURCESTATUS() |
Getter for SCANNEDRESOURCESTATUS w/ exceptions if field has |
HAS_SCANNEDRESOURCESTATUS() |
Determine if SCANNEDRESOURCESTATUS has a value |
ScanStatusReason¶
The reason for the scan status of this particular resource, if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANSTATUSREASON() |
Getter for SCANSTATUSREASON, with configurable default |
ASK_SCANSTATUSREASON() |
Getter for SCANSTATUSREASON w/ exceptions if field has no va |
HAS_SCANSTATUSREASON() |
Determine if SCANSTATUSREASON has a value |
ResourceDetails¶
Information about the scanned resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEDETAILS() |
Getter for RESOURCEDETAILS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SCANNEDRESOURCES¶
TYPES TT_SCANNEDRESOURCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYSCANNEDRESOURCE WITH DEFAULT KEY
.