/AWS1/CL_GLUGETPARTITIONSRSP¶
GetPartitionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_partitions TYPE /AWS1/CL_GLUPARTITION=>TT_PARTITIONLIST TT_PARTITIONLIST¶
A list of requested partitions.
iv_nexttoken TYPE /AWS1/GLUTOKEN /AWS1/GLUTOKEN¶
A continuation token, if the returned list of partitions does not include the last one.
Queryable Attributes¶
Partitions¶
A list of requested partitions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTITIONS() |
Getter for PARTITIONS, with configurable default |
ASK_PARTITIONS() |
Getter for PARTITIONS w/ exceptions if field has no value |
HAS_PARTITIONS() |
Determine if PARTITIONS has a value |
NextToken¶
A continuation token, if the returned list of partitions does not include the last one.
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 |