/AWS1/CL_DPLLISTDEPLOYMENTSOUT¶
Represents the output of a ListDeployments
operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_deployments
TYPE /AWS1/CL_DPLDEPLOYMENTSLIST_W=>TT_DEPLOYMENTSLIST
TT_DEPLOYMENTSLIST
¶
A list of deployment IDs.
iv_nexttoken
TYPE /AWS1/DPLNEXTTOKEN
/AWS1/DPLNEXTTOKEN
¶
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.
Queryable Attributes¶
deployments¶
A list of deployment IDs.
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 a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.
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 |