/AWS1/CL_SSMLISTOPSITEMEVTSRSP¶
ListOpsItemEventsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SSMSTRING /AWS1/SSMSTRING¶
The token for the next set of items to return. Use this token to get the next set of results.
it_summaries TYPE /AWS1/CL_SSMOPSITEMEVENTSUMM=>TT_OPSITEMEVENTSUMMARIES TT_OPSITEMEVENTSUMMARIES¶
A list of event information for the specified OpsItems.
Queryable Attributes¶
NextToken¶
The token for the next set of items to return. Use this token to get the next set 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 |
Summaries¶
A list of event information for the specified OpsItems.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUMMARIES() |
Getter for SUMMARIES, with configurable default |
ASK_SUMMARIES() |
Getter for SUMMARIES w/ exceptions if field has no value |
HAS_SUMMARIES() |
Determine if SUMMARIES has a value |