/AWS1/CL_MHULISTPRGUPSTREAMSRS¶
ListProgressUpdateStreamsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_prgssupdatestreamsummlist TYPE /AWS1/CL_MHUPRGSSUPDSTREAMSUMM=>TT_PRGSSUPDATESTREAMSUMMLIST TT_PRGSSUPDATESTREAMSUMMLIST¶
List of progress update streams up to the max number of results passed in the input.
iv_nexttoken TYPE /AWS1/MHUTOKEN /AWS1/MHUTOKEN¶
If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
Queryable Attributes¶
ProgressUpdateStreamSummaryList¶
List of progress update streams up to the max number of results passed in the input.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRGSSUPDSTREAMSUMMLIST() |
Getter for PRGSSUPDATESTREAMSUMMARYLIST, with configurable d |
ASK_PRGSSUPDSTREAMSUMMLIST() |
Getter for PRGSSUPDATESTREAMSUMMARYLIST w/ exceptions if fie |
HAS_PRGSSUPDSTREAMSUMMLIST() |
Determine if PRGSSUPDATESTREAMSUMMARYLIST has a value |
NextToken¶
If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
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 |