/AWS1/CL_GDYSCANFILEPATH¶
Contains details of infected file including name, file path and hash.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_filepath TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The file path of the infected file.
iv_volumearn TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
EBS volume ARN details of the infected file.
iv_hash TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The hash value of the infected file.
iv_filename TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
File name of the infected file.
Queryable Attributes¶
FilePath¶
The file path of the infected file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEPATH() |
Getter for FILEPATH, with configurable default |
ASK_FILEPATH() |
Getter for FILEPATH w/ exceptions if field has no value |
HAS_FILEPATH() |
Determine if FILEPATH has a value |
VolumeArn¶
EBS volume ARN details of the infected file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOLUMEARN() |
Getter for VOLUMEARN, with configurable default |
ASK_VOLUMEARN() |
Getter for VOLUMEARN w/ exceptions if field has no value |
HAS_VOLUMEARN() |
Determine if VOLUMEARN has a value |
Hash¶
The hash value of the infected file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HASH() |
Getter for HASH, with configurable default |
ASK_HASH() |
Getter for HASH w/ exceptions if field has no value |
HAS_HASH() |
Determine if HASH has a value |
FileName¶
File name of the infected file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILENAME() |
Getter for FILENAME, with configurable default |
ASK_FILENAME() |
Getter for FILENAME w/ exceptions if field has no value |
HAS_FILENAME() |
Determine if FILENAME 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_FILEPATHS¶
TYPES TT_FILEPATHS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYSCANFILEPATH WITH DEFAULT KEY
.