/AWS1/CL_AG2CREDEPLOYMENTRSP¶
CreateDeploymentResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_autodeployed TYPE /AWS1/AG2__BOOLEAN /AWS1/AG2__BOOLEAN¶
Specifies whether a deployment was automatically released.
iv_createddate TYPE /AWS1/AG2__TIMESTAMPISO8601 /AWS1/AG2__TIMESTAMPISO8601¶
The date and time when the Deployment resource was created.
iv_deploymentid TYPE /AWS1/AG2ID /AWS1/AG2ID¶
The identifier for the deployment.
iv_deploymentstatus TYPE /AWS1/AG2DEPLOYMENTSTATUS /AWS1/AG2DEPLOYMENTSTATUS¶
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
iv_deploymentstatusmessage TYPE /AWS1/AG2__STRING /AWS1/AG2__STRING¶
May contain additional feedback on the status of an API deployment.
iv_description TYPE /AWS1/AG2STRWLENGTHBETWEEN0A00 /AWS1/AG2STRWLENGTHBETWEEN0A00¶
The description for the deployment.
Queryable Attributes¶
AutoDeployed¶
Specifies whether a deployment was automatically released.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTODEPLOYED() |
Getter for AUTODEPLOYED, with configurable default |
ASK_AUTODEPLOYED() |
Getter for AUTODEPLOYED w/ exceptions if field has no value |
HAS_AUTODEPLOYED() |
Determine if AUTODEPLOYED has a value |
CreatedDate¶
The date and time when the Deployment resource was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDDATE() |
Getter for CREATEDDATE, with configurable default |
ASK_CREATEDDATE() |
Getter for CREATEDDATE w/ exceptions if field has no value |
HAS_CREATEDDATE() |
Determine if CREATEDDATE has a value |
DeploymentId¶
The identifier for the deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTID() |
Getter for DEPLOYMENTID, with configurable default |
ASK_DEPLOYMENTID() |
Getter for DEPLOYMENTID w/ exceptions if field has no value |
HAS_DEPLOYMENTID() |
Determine if DEPLOYMENTID has a value |
DeploymentStatus¶
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTSTATUS() |
Getter for DEPLOYMENTSTATUS, with configurable default |
ASK_DEPLOYMENTSTATUS() |
Getter for DEPLOYMENTSTATUS w/ exceptions if field has no va |
HAS_DEPLOYMENTSTATUS() |
Determine if DEPLOYMENTSTATUS has a value |
DeploymentStatusMessage¶
May contain additional feedback on the status of an API deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTSTATUSMESSAGE() |
Getter for DEPLOYMENTSTATUSMESSAGE, with configurable defaul |
ASK_DEPLOYMENTSTATUSMESSAGE() |
Getter for DEPLOYMENTSTATUSMESSAGE w/ exceptions if field ha |
HAS_DEPLOYMENTSTATUSMESSAGE() |
Determine if DEPLOYMENTSTATUSMESSAGE has a value |
Description¶
The description for the deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |