/AWS1/CL_CHSLISTSUBCHANNELSRSP¶
ListSubChannelsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_channelarn TYPE /AWS1/CHSCHIMEARN /AWS1/CHSCHIMEARN¶
The ARN of elastic channel.
it_subchannels TYPE /AWS1/CL_CHSSUBCHANNELSUMMARY=>TT_SUBCHANNELSUMMARYLIST TT_SUBCHANNELSUMMARYLIST¶
The information about each sub-channel.
iv_nexttoken TYPE /AWS1/CHSNEXTTOKEN /AWS1/CHSNEXTTOKEN¶
The token passed by previous API calls until all requested sub-channels are returned.
Queryable Attributes¶
ChannelArn¶
The ARN of elastic channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELARN() |
Getter for CHANNELARN, with configurable default |
ASK_CHANNELARN() |
Getter for CHANNELARN w/ exceptions if field has no value |
HAS_CHANNELARN() |
Determine if CHANNELARN has a value |
SubChannels¶
The information about each sub-channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBCHANNELS() |
Getter for SUBCHANNELS, with configurable default |
ASK_SUBCHANNELS() |
Getter for SUBCHANNELS w/ exceptions if field has no value |
HAS_SUBCHANNELS() |
Determine if SUBCHANNELS has a value |
NextToken¶
The token passed by previous API calls until all requested sub-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 |