/AWS1/CL_IVRLISTSTRGCONFSRSP¶
ListStorageConfigurationsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_storageconfigurations TYPE /AWS1/CL_IVRSTORAGECONFSUMMARY=>TT_STORAGECONFSUMMARYLIST TT_STORAGECONFSUMMARYLIST¶
List of the matching storage configurations.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IVRPAGINATIONTOKEN /AWS1/IVRPAGINATIONTOKEN¶
If there are more storage configurations than
maxResults, usenextTokenin the request to get the next set.
Queryable Attributes¶
storageConfigurations¶
List of the matching storage configurations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STORAGECONFIGURATIONS() |
Getter for STORAGECONFIGURATIONS, with configurable default |
ASK_STORAGECONFIGURATIONS() |
Getter for STORAGECONFIGURATIONS w/ exceptions if field has |
HAS_STORAGECONFIGURATIONS() |
Determine if STORAGECONFIGURATIONS has a value |
nextToken¶
If there are more storage 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 |