/AWS1/CL_TRLDESCRQUERYRESPONSE¶
DescribeQueryResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_queryid TYPE /AWS1/TRLUUID /AWS1/TRLUUID¶
The ID of the query.
iv_querystring TYPE /AWS1/TRLQUERYSTATEMENT /AWS1/TRLQUERYSTATEMENT¶
The SQL code of a query.
iv_querystatus TYPE /AWS1/TRLQUERYSTATUS /AWS1/TRLQUERYSTATUS¶
The status of a query. Values for
QueryStatusincludeQUEUED,RUNNING,FINISHED,FAILED,TIMED_OUT, orCANCELLED
io_querystatistics TYPE REF TO /AWS1/CL_TRLQUERYSTATSFORDSC00 /AWS1/CL_TRLQUERYSTATSFORDSC00¶
Metadata about a query, including the number of events that were matched, the total number of events scanned, the query run time in milliseconds, and the query's creation time.
iv_errormessage TYPE /AWS1/TRLERRORMESSAGE /AWS1/TRLERRORMESSAGE¶
The error message returned if a query failed.
iv_deliverys3uri TYPE /AWS1/TRLDELIVERYS3URI /AWS1/TRLDELIVERYS3URI¶
The URI for the S3 bucket where CloudTrail delivered query results, if applicable.
iv_deliverystatus TYPE /AWS1/TRLDELIVERYSTATUS /AWS1/TRLDELIVERYSTATUS¶
The delivery status.
iv_prompt TYPE /AWS1/TRLPROMPT /AWS1/TRLPROMPT¶
The prompt used for a generated query. For information about generated queries, see Create CloudTrail Lake queries from natural language prompts in the CloudTrail user guide.
iv_eventdatastoreowneracctid TYPE /AWS1/TRLACCOUNTID /AWS1/TRLACCOUNTID¶
The account ID of the event data store owner.
Queryable Attributes¶
QueryId¶
The ID of the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYID() |
Getter for QUERYID, with configurable default |
ASK_QUERYID() |
Getter for QUERYID w/ exceptions if field has no value |
HAS_QUERYID() |
Determine if QUERYID has a value |
QueryString¶
The SQL code of a query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYSTRING() |
Getter for QUERYSTRING, with configurable default |
ASK_QUERYSTRING() |
Getter for QUERYSTRING w/ exceptions if field has no value |
HAS_QUERYSTRING() |
Determine if QUERYSTRING has a value |
QueryStatus¶
The status of a query. Values for
QueryStatusincludeQUEUED,RUNNING,FINISHED,FAILED,TIMED_OUT, orCANCELLED
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYSTATUS() |
Getter for QUERYSTATUS, with configurable default |
ASK_QUERYSTATUS() |
Getter for QUERYSTATUS w/ exceptions if field has no value |
HAS_QUERYSTATUS() |
Determine if QUERYSTATUS has a value |
QueryStatistics¶
Metadata about a query, including the number of events that were matched, the total number of events scanned, the query run time in milliseconds, and the query's creation time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYSTATISTICS() |
Getter for QUERYSTATISTICS |
ErrorMessage¶
The error message returned if a query failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |
DeliveryS3Uri¶
The URI for the S3 bucket where CloudTrail delivered query results, if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELIVERYS3URI() |
Getter for DELIVERYS3URI, with configurable default |
ASK_DELIVERYS3URI() |
Getter for DELIVERYS3URI w/ exceptions if field has no value |
HAS_DELIVERYS3URI() |
Determine if DELIVERYS3URI has a value |
DeliveryStatus¶
The delivery status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELIVERYSTATUS() |
Getter for DELIVERYSTATUS, with configurable default |
ASK_DELIVERYSTATUS() |
Getter for DELIVERYSTATUS w/ exceptions if field has no valu |
HAS_DELIVERYSTATUS() |
Determine if DELIVERYSTATUS has a value |
Prompt¶
The prompt used for a generated query. For information about generated queries, see Create CloudTrail Lake queries from natural language prompts in the CloudTrail user guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROMPT() |
Getter for PROMPT, with configurable default |
ASK_PROMPT() |
Getter for PROMPT w/ exceptions if field has no value |
HAS_PROMPT() |
Determine if PROMPT has a value |
EventDataStoreOwnerAccountId¶
The account ID of the event data store owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVTDATASTOREOWNERACCTID() |
Getter for EVENTDATASTOREOWNERACCOUNTID, with configurable d |
ASK_EVTDATASTOREOWNERACCTID() |
Getter for EVENTDATASTOREOWNERACCOUNTID w/ exceptions if fie |
HAS_EVTDATASTOREOWNERACCTID() |
Determine if EVENTDATASTOREOWNERACCOUNTID has a value |