/AWS1/CL_DPLBTCGETDEPLOYMENT03¶
Represents the output of a BatchGetDeploymentInstances operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_instancessummary TYPE /AWS1/CL_DPLINSTANCESUMMARY=>TT_INSTANCESUMMARYLIST TT_INSTANCESUMMARYLIST¶
Information about the instance.
iv_errormessage TYPE /AWS1/DPLERRORMESSAGE /AWS1/DPLERRORMESSAGE¶
Information about errors that might have occurred during the API call.
Queryable Attributes¶
instancesSummary¶
Information about the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCESSUMMARY() |
Getter for INSTANCESSUMMARY, with configurable default |
ASK_INSTANCESSUMMARY() |
Getter for INSTANCESSUMMARY w/ exceptions if field has no va |
HAS_INSTANCESSUMMARY() |
Determine if INSTANCESSUMMARY has a value |
errorMessage¶
Information about errors that might have occurred during the API call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |