/AWS1/CL_FRMDESCRSTACKSOUTPUT¶
The output for a DescribeStacks action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_stacks TYPE /AWS1/CL_FRMSTACK=>TT_STACKS TT_STACKS¶
A list of stack structures.
iv_nexttoken TYPE /AWS1/FRMNEXTTOKEN /AWS1/FRMNEXTTOKEN¶
If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.
Queryable Attributes¶
Stacks¶
A list of stack structures.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STACKS() |
Getter for STACKS, with configurable default |
ASK_STACKS() |
Getter for STACKS w/ exceptions if field has no value |
HAS_STACKS() |
Determine if STACKS has a value |
NextToken¶
If the output exceeds 1 MB in size, a string that identifies the next page of stacks. 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 |