/AWS1/CL_DPLLSTDEPLOYMENTCFG01¶
Represents the output of a ListDeploymentConfigs operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_deploymentconfigslist TYPE /AWS1/CL_DPLDEPLOYMENTCFGSLS00=>TT_DEPLOYMENTCONFIGSLIST TT_DEPLOYMENTCONFIGSLIST¶
A list of deployment configurations, including built-in configurations such as
CodeDeployDefault.OneAtATime.
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 configurations call to return the next set of deployment configurations in the list.
Queryable Attributes¶
deploymentConfigsList¶
A list of deployment configurations, including built-in configurations such as
CodeDeployDefault.OneAtATime.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTCONFIGSLIST() |
Getter for DEPLOYMENTCONFIGSLIST, with configurable default |
ASK_DEPLOYMENTCONFIGSLIST() |
Getter for DEPLOYMENTCONFIGSLIST w/ exceptions if field has |
HAS_DEPLOYMENTCONFIGSLIST() |
Determine if DEPLOYMENTCONFIGSLIST 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 configurations call to return the next set of deployment configurations 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 |