/AWS1/CL_DPLLSTDEPLOYMENTGRS01¶
Represents the output of a ListDeploymentGroups operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_applicationname TYPE /AWS1/DPLAPPLICATIONNAME /AWS1/DPLAPPLICATIONNAME¶
The application name.
it_deploymentgroups TYPE /AWS1/CL_DPLDEPLOYMENTGRSLST_W=>TT_DEPLOYMENTGROUPSLIST TT_DEPLOYMENTGROUPSLIST¶
A list of deployment group names.
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 deployment groups call to return the next set of deployment groups in the list.
Queryable Attributes¶
applicationName¶
The application name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONNAME() |
Getter for APPLICATIONNAME, with configurable default |
ASK_APPLICATIONNAME() |
Getter for APPLICATIONNAME w/ exceptions if field has no val |
HAS_APPLICATIONNAME() |
Determine if APPLICATIONNAME has a value |
deploymentGroups¶
A list of deployment group names.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTGROUPS() |
Getter for DEPLOYMENTGROUPS, with configurable default |
ASK_DEPLOYMENTGROUPS() |
Getter for DEPLOYMENTGROUPS w/ exceptions if field has no va |
HAS_DEPLOYMENTGROUPS() |
Determine if DEPLOYMENTGROUPS 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 deployment groups call to return the next set of deployment groups 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 |