Skip to content

/AWS1/CL_M2_LISTDEPLOYMENTSRSP

ListDeploymentsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IT_DEPLOYMENTS TYPE /AWS1/CL_M2_DEPLOYMENTSUMMARY=>TT_DEPLOYMENTLIST TT_DEPLOYMENTLIST

The list of deployments that is returned.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/M2_NEXTTOKEN /AWS1/M2_NEXTTOKEN

If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.


Queryable Attributes

deployments

The list of deployments that is returned.

Accessible with the following methods

Method Description
GET_DEPLOYMENTS() Getter for DEPLOYMENTS, with configurable default
ASK_DEPLOYMENTS() Getter for DEPLOYMENTS w/ exceptions if field has no value
HAS_DEPLOYMENTS() Determine if DEPLOYMENTS has a value

nextToken

If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.

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