/AWS1/CL_FRMDESCRSTACKEVTSOUT¶
The output for a DescribeStackEvents action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_stackevents TYPE /AWS1/CL_FRMSTACKEVENT=>TT_STACKEVENTS TT_STACKEVENTS¶
A list of
StackEventsstructures.
iv_nexttoken TYPE /AWS1/FRMNEXTTOKEN /AWS1/FRMNEXTTOKEN¶
If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.
Queryable Attributes¶
StackEvents¶
A list of
StackEventsstructures.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STACKEVENTS() |
Getter for STACKEVENTS, with configurable default |
ASK_STACKEVENTS() |
Getter for STACKEVENTS w/ exceptions if field has no value |
HAS_STACKEVENTS() |
Determine if STACKEVENTS has a value |
NextToken¶
If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.
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 |