/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.
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 |
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
.