/AWS1/CL_GDYINVESTGTNSUMMARY¶
Contains summary information about a GuardDuty investigation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_investigationid TYPE /AWS1/GDYINVESTIGATIONID /AWS1/GDYINVESTIGATIONID¶
The unique identifier of the investigation.
iv_status TYPE /AWS1/GDYINVESTIGATIONSTATUS /AWS1/GDYINVESTIGATIONSTATUS¶
The current status of the investigation.
iv_triggerprompt TYPE /AWS1/GDYTRIGGERPROMPT /AWS1/GDYTRIGGERPROMPT¶
The natural-language prompt that initiated this investigation.
iv_risklevel TYPE /AWS1/GDYRISKLEVEL /AWS1/GDYRISKLEVEL¶
The assessed risk level of the investigated threat.
iv_confidence TYPE /AWS1/GDYCONFIDENCE /AWS1/GDYCONFIDENCE¶
The confidence level of the investigation's assessment.
iv_title TYPE /AWS1/GDYINVESTIGATIONTITLE /AWS1/GDYINVESTIGATIONTITLE¶
A short title summarizing the investigation.
iv_accountid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The Amazon Web Services account ID associated with the investigation.
iv_starttime TYPE /AWS1/GDYTIMESTAMP /AWS1/GDYTIMESTAMP¶
The timestamp at which the investigation started.
iv_endtime TYPE /AWS1/GDYTIMESTAMP /AWS1/GDYTIMESTAMP¶
The timestamp at which the investigation completed.
Queryable Attributes¶
InvestigationId¶
The unique identifier of the investigation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVESTIGATIONID() |
Getter for INVESTIGATIONID, with configurable default |
ASK_INVESTIGATIONID() |
Getter for INVESTIGATIONID w/ exceptions if field has no val |
HAS_INVESTIGATIONID() |
Determine if INVESTIGATIONID has a value |
Status¶
The current status of the investigation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
TriggerPrompt¶
The natural-language prompt that initiated this investigation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIGGERPROMPT() |
Getter for TRIGGERPROMPT, with configurable default |
ASK_TRIGGERPROMPT() |
Getter for TRIGGERPROMPT w/ exceptions if field has no value |
HAS_TRIGGERPROMPT() |
Determine if TRIGGERPROMPT has a value |
RiskLevel¶
The assessed risk level of the investigated threat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RISKLEVEL() |
Getter for RISKLEVEL, with configurable default |
ASK_RISKLEVEL() |
Getter for RISKLEVEL w/ exceptions if field has no value |
HAS_RISKLEVEL() |
Determine if RISKLEVEL has a value |
Confidence¶
The confidence level of the investigation's assessment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIDENCE() |
Getter for CONFIDENCE, with configurable default |
ASK_CONFIDENCE() |
Getter for CONFIDENCE w/ exceptions if field has no value |
HAS_CONFIDENCE() |
Determine if CONFIDENCE has a value |
Title¶
A short title summarizing the investigation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
AccountId¶
The Amazon Web Services account ID associated with the investigation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
StartTime¶
The timestamp at which the investigation started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The timestamp at which the investigation completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME 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_INVESTIGATIONSUMMARIES¶
TYPES TT_INVESTIGATIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYINVESTGTNSUMMARY WITH DEFAULT KEY
.