Skip to content

/AWS1/CL_GDYLISTPUBINGDSTSRSP

ListPublishingDestinationsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_destinations TYPE /AWS1/CL_GDYDESTINATION=>TT_DESTINATIONS TT_DESTINATIONS

A Destinations object that includes information about each publishing destination returned.

Optional arguments:

iv_nexttoken TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.


Queryable Attributes

Destinations

A Destinations object that includes information about each publishing destination returned.

Accessible with the following methods

Method Description
GET_DESTINATIONS() Getter for DESTINATIONS, with configurable default
ASK_DESTINATIONS() Getter for DESTINATIONS w/ exceptions if field has no value
HAS_DESTINATIONS() Determine if DESTINATIONS has a value

NextToken

A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.

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