Skip to content

/AWS1/CL_AMBDELBACKENDSTRGRSP

DeleteBackendStorageResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_APPID TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

The app ID.

IV_BACKENDENVIRONMENTNAME TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

The name of the backend environment.

IV_JOBID TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

The ID for the job.

IV_STATUS TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

The current status of the request.


Queryable Attributes

AppId

The app ID.

Accessible with the following methods

Method Description
GET_APPID() Getter for APPID, with configurable default
ASK_APPID() Getter for APPID w/ exceptions if field has no value
HAS_APPID() Determine if APPID has a value

BackendEnvironmentName

The name of the backend environment.

Accessible with the following methods

Method Description
GET_BACKENDENVIRONMENTNAME() Getter for BACKENDENVIRONMENTNAME, with configurable default
ASK_BACKENDENVIRONMENTNAME() Getter for BACKENDENVIRONMENTNAME w/ exceptions if field has
HAS_BACKENDENVIRONMENTNAME() Determine if BACKENDENVIRONMENTNAME has a value

JobId

The ID for the job.

Accessible with the following methods

Method Description
GET_JOBID() Getter for JOBID, with configurable default
ASK_JOBID() Getter for JOBID w/ exceptions if field has no value
HAS_JOBID() Determine if JOBID has a value

Status

The current status of the request.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value