/AWS1/CL_IVSLISTRECINGCONFSRSP¶
ListRecordingConfigurationsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_recordingconfigurations TYPE /AWS1/CL_IVSRECORDINGCONFSUMM=>TT_RECORDINGCONFIGURATIONLIST TT_RECORDINGCONFIGURATIONLIST¶
List of the matching recording configurations.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IVSPAGINATIONTOKEN /AWS1/IVSPAGINATIONTOKEN¶
If there are more recording configurations than
maxResults, usenextTokenin the request to get the next set.
Queryable Attributes¶
recordingConfigurations¶
List of the matching recording configurations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDINGCONFIGURATIONS() |
Getter for RECORDINGCONFIGURATIONS, with configurable defaul |
ASK_RECORDINGCONFIGURATIONS() |
Getter for RECORDINGCONFIGURATIONS w/ exceptions if field ha |
HAS_RECORDINGCONFIGURATIONS() |
Determine if RECORDINGCONFIGURATIONS has a value |
nextToken¶
If there are more recording configurations than
maxResults, usenextTokenin the request to get the next set.
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 |