/AWS1/CL_SMCLSTENGAGEMENTSRSLT¶
ListEngagementsResult
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_engagements TYPE /AWS1/CL_SMCENGAGEMENT=>TT_ENGAGEMENTSLIST TT_ENGAGEMENTSLIST¶
A list of each engagement that occurred during the specified time range of an incident.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SMCPAGINATIONTOKEN /AWS1/SMCPAGINATIONTOKEN¶
The pagination token to continue to the next page of results.
Queryable Attributes¶
NextToken¶
The pagination token to continue to the next page of results.
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 |
Engagements¶
A list of each engagement that occurred during the specified time range of an incident.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENGAGEMENTS() |
Getter for ENGAGEMENTS, with configurable default |
ASK_ENGAGEMENTS() |
Getter for ENGAGEMENTS w/ exceptions if field has no value |
HAS_ENGAGEMENTS() |
Determine if ENGAGEMENTS has a value |