/AWS1/CL_APSSCRIPTDETAILS¶
Describes the details of the script.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_scripts3location TYPE REF TO /AWS1/CL_APSS3LOCATION /AWS1/CL_APSS3LOCATION¶
The S3 object location for the script.
iv_executablepath TYPE /AWS1/APSSTRING /AWS1/APSSTRING¶
The run path for the script.
iv_timeoutinseconds TYPE /AWS1/APSINTEGER /AWS1/APSINTEGER¶
The run timeout, in seconds, for the script.
Optional arguments:¶
iv_executableparameters TYPE /AWS1/APSSTRING /AWS1/APSSTRING¶
The runtime parameters passed to the run path for the script.
Queryable Attributes¶
ScriptS3Location¶
The S3 object location for the script.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCRIPTS3LOCATION() |
Getter for SCRIPTS3LOCATION |
ExecutablePath¶
The run path for the script.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTABLEPATH() |
Getter for EXECUTABLEPATH, with configurable default |
ASK_EXECUTABLEPATH() |
Getter for EXECUTABLEPATH w/ exceptions if field has no valu |
HAS_EXECUTABLEPATH() |
Determine if EXECUTABLEPATH has a value |
ExecutableParameters¶
The runtime parameters passed to the run path for the script.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTABLEPARAMETERS() |
Getter for EXECUTABLEPARAMETERS, with configurable default |
ASK_EXECUTABLEPARAMETERS() |
Getter for EXECUTABLEPARAMETERS w/ exceptions if field has n |
HAS_EXECUTABLEPARAMETERS() |
Determine if EXECUTABLEPARAMETERS has a value |
TimeoutInSeconds¶
The run timeout, in seconds, for the script.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEOUTINSECONDS() |
Getter for TIMEOUTINSECONDS, with configurable default |
ASK_TIMEOUTINSECONDS() |
Getter for TIMEOUTINSECONDS w/ exceptions if field has no va |
HAS_TIMEOUTINSECONDS() |
Determine if TIMEOUTINSECONDS has a value |