/AWS1/CL_GDYITEMDETAILS¶
Contains detailed information about where a threat was detected.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn TYPE /AWS1/GDYNONEMPTYSTRING /AWS1/GDYNONEMPTYSTRING¶
Amazon Resource Name (ARN) of the resource where the threat was detected.
iv_itempath TYPE /AWS1/GDYNONEMPTYSTRING /AWS1/GDYNONEMPTYSTRING¶
The path where the threat was detected.
iv_hash TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The hash value of the infected item.
io_additionalinfo TYPE REF TO /AWS1/CL_GDYADDITIONALINFO /AWS1/CL_GDYADDITIONALINFO¶
Additional information about the detected threat item.
Queryable Attributes¶
ResourceArn¶
Amazon Resource Name (ARN) of the resource where the threat was detected.
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 |
ItemPath¶
The path where the threat was detected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMPATH() |
Getter for ITEMPATH, with configurable default |
ASK_ITEMPATH() |
Getter for ITEMPATH w/ exceptions if field has no value |
HAS_ITEMPATH() |
Determine if ITEMPATH has a value |
Hash¶
The hash value of the infected item.
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 |
AdditionalInfo¶
Additional information about the detected threat item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDITIONALINFO() |
Getter for ADDITIONALINFO |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ITEMDETAILSLIST¶
TYPES TT_ITEMDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYITEMDETAILS WITH DEFAULT KEY
.