/AWS1/CL_PIPLSTDEPLOYACTXTGT01¶
ListDeployActionExecutionTargetsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_targets
TYPE /AWS1/CL_PIPDEPLOYACTEXECTGT=>TT_DEPLOYACTIONEXECTARGETLIST
TT_DEPLOYACTIONEXECTARGETLIST
¶
The targets for the deploy action.
iv_nexttoken
TYPE /AWS1/PIPNEXTTOKEN
/AWS1/PIPNEXTTOKEN
¶
An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.
Queryable Attributes¶
targets¶
The targets for the deploy action.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETS() |
Getter for TARGETS, with configurable default |
ASK_TARGETS() |
Getter for TARGETS w/ exceptions if field has no value |
HAS_TARGETS() |
Determine if TARGETS has a value |
nextToken¶
An identifier that was returned from the previous list action types call, which can be used to return the next set of action types 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 |