/AWS1/CL_GDYTHREAT¶
Information about the detected threats associated with the generated finding.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
Name of the detected threat that caused GuardDuty to generate this finding.
iv_source TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
Source of the threat that generated this finding.
it_itempaths TYPE /AWS1/CL_GDYITEMPATH=>TT_ITEMPATHS TT_ITEMPATHS¶
Information about the nested item path and hash of the protected resource.
iv_count TYPE /AWS1/GDYLONG /AWS1/GDYLONG¶
The number of occurrences of this specific threat detected during the scan.
iv_hash TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The hash identifier of the detected malware threat.
it_itemdetails TYPE /AWS1/CL_GDYITEMDETAILS=>TT_ITEMDETAILSLIST TT_ITEMDETAILSLIST¶
Detailed information about the detected malware threat.
Queryable Attributes¶
Name¶
Name of the detected threat that caused GuardDuty to generate this finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Source¶
Source of the threat that generated this finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
ItemPaths¶
Information about the nested item path and hash of the protected resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMPATHS() |
Getter for ITEMPATHS, with configurable default |
ASK_ITEMPATHS() |
Getter for ITEMPATHS w/ exceptions if field has no value |
HAS_ITEMPATHS() |
Determine if ITEMPATHS has a value |
Count¶
The number of occurrences of this specific threat detected during the scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT, with configurable default |
ASK_COUNT() |
Getter for COUNT w/ exceptions if field has no value |
HAS_COUNT() |
Determine if COUNT has a value |
Hash¶
The hash identifier of the detected malware threat.
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 |
ItemDetails¶
Detailed information about the detected malware threat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMDETAILS() |
Getter for ITEMDETAILS, with configurable default |
ASK_ITEMDETAILS() |
Getter for ITEMDETAILS w/ exceptions if field has no value |
HAS_ITEMDETAILS() |
Determine if ITEMDETAILS 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_THREATS¶
TYPES TT_THREATS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYTHREAT WITH DEFAULT KEY
.