/AWS1/CL_CHSLSTCHANNELFLOWSRSP¶
ListChannelFlowsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_channelflows TYPE /AWS1/CL_CHSCHANNELFLOWSUMMARY=>TT_CHANNELFLOWSUMMARYLIST TT_CHANNELFLOWSUMMARYLIST¶
The information about each channel flow.
iv_nexttoken TYPE /AWS1/CHSNEXTTOKEN /AWS1/CHSNEXTTOKEN¶
The token passed by previous API calls until all requested channels are returned.
Queryable Attributes¶
ChannelFlows¶
The information about each channel flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELFLOWS() |
Getter for CHANNELFLOWS, with configurable default |
ASK_CHANNELFLOWS() |
Getter for CHANNELFLOWS w/ exceptions if field has no value |
HAS_CHANNELFLOWS() |
Determine if CHANNELFLOWS has a value |
NextToken¶
The token passed by previous API calls until all requested channels are returned.
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 |