Skip to content

/AWS1/CL_TRLLOOKUPEVENTSRSP

Contains a response to a LookupEvents action.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_EVENTS TYPE /AWS1/CL_TRLEVENT=>TT_EVENTSLIST TT_EVENTSLIST

A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

IV_NEXTTOKEN TYPE /AWS1/TRLNEXTTOKEN /AWS1/TRLNEXTTOKEN

The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.


Queryable Attributes

Events

A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

Accessible with the following methods

Method Description
GET_EVENTS() Getter for EVENTS, with configurable default
ASK_EVENTS() Getter for EVENTS w/ exceptions if field has no value
HAS_EVENTS() Determine if EVENTS has a value

NextToken

The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value