Skip to content

/AWS1/CL_PRPLISTSUBSCROUTPUT

ListSubscriptionsOutput

CONSTRUCTOR

IMPORTING

Required arguments:

it_subscriptionsummaries TYPE /AWS1/CL_PRPSUBSCRUMMARY=>TT_SUBSCRIPTIONSUMMARYLIST TT_SUBSCRIPTIONSUMMARYLIST

The list of subscription summaries for the calling account.

Optional arguments:

iv_nexttoken TYPE /AWS1/PRPSTRING /AWS1/PRPSTRING

A token that indicates there are more results available. Pass this value in a subsequent ListSubscriptions request to retrieve the next page of results.


Queryable Attributes

subscriptionSummaries

The list of subscription summaries for the calling account.

Accessible with the following methods

Method Description
GET_SUBSCRIPTIONSUMMARIES() Getter for SUBSCRIPTIONSUMMARIES, with configurable default
ASK_SUBSCRIPTIONSUMMARIES() Getter for SUBSCRIPTIONSUMMARIES w/ exceptions if field has
HAS_SUBSCRIPTIONSUMMARIES() Determine if SUBSCRIPTIONSUMMARIES has a value

nextToken

A token that indicates there are more results available. Pass this value in a subsequent ListSubscriptions request to retrieve the next page of results.

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