/AWS1/CL_CWLDSCDELIVERYDSTSRSP¶
DescribeDeliveryDestinationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_deliverydestinations TYPE /AWS1/CL_CWLDELIVERYDST=>TT_DELIVERYDESTINATIONS TT_DELIVERYDESTINATIONS¶
An array of structures. Each structure contains information about one delivery destination in the account.
iv_nexttoken TYPE /AWS1/CWLNEXTTOKEN /AWS1/CWLNEXTTOKEN¶
The token for the next set of items to return. The token expires after 24 hours.
Queryable Attributes¶
deliveryDestinations¶
An array of structures. Each structure contains information about one delivery destination in the account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELIVERYDESTINATIONS() |
Getter for DELIVERYDESTINATIONS, with configurable default |
ASK_DELIVERYDESTINATIONS() |
Getter for DELIVERYDESTINATIONS w/ exceptions if field has n |
HAS_DELIVERYDESTINATIONS() |
Determine if DELIVERYDESTINATIONS has a value |
nextToken¶
The token for the next set of items to return. The token expires after 24 hours.
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 |