/AWS1/CL_RBMSIMULATIONJOBSUMM¶
Summary information for a simulation job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/RBMARN /AWS1/RBMARN¶
The Amazon Resource Name (ARN) of the simulation job.
iv_lastupdatedat TYPE /AWS1/RBMLASTUPDATEDAT /AWS1/RBMLASTUPDATEDAT¶
The time, in milliseconds since the epoch, when the simulation job was last updated.
iv_name TYPE /AWS1/RBMNAME /AWS1/RBMNAME¶
The name of the simulation job.
iv_status TYPE /AWS1/RBMSIMULATIONJOBSTATUS /AWS1/RBMSIMULATIONJOBSTATUS¶
The status of the simulation job.
it_simulationapplicationna00 TYPE /AWS1/CL_RBMSIMULATIONAPPLIC01=>TT_SIMULATIONAPPLICATIONNAMES TT_SIMULATIONAPPLICATIONNAMES¶
A list of simulation job simulation application names.
it_robotapplicationnames TYPE /AWS1/CL_RBMROBOTAPPLICATION01=>TT_ROBOTAPPLICATIONNAMES TT_ROBOTAPPLICATIONNAMES¶
A list of simulation job robot application names.
it_datasourcenames TYPE /AWS1/CL_RBMDATASOURCENAMES_W=>TT_DATASOURCENAMES TT_DATASOURCENAMES¶
The names of the data sources.
iv_computetype TYPE /AWS1/RBMCOMPUTETYPE /AWS1/RBMCOMPUTETYPE¶
The compute type for the simulation job summary.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the simulation job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
lastUpdatedAt¶
The time, in milliseconds since the epoch, when the simulation job was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
name¶
The name of the simulation job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
status¶
The status of the simulation job.
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 |
simulationApplicationNames¶
A list of simulation job simulation application names.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIMULATIONAPPLICATIONN00() |
Getter for SIMULATIONAPPLICATIONNAMES, with configurable def |
ASK_SIMULATIONAPPLICATIONN00() |
Getter for SIMULATIONAPPLICATIONNAMES w/ exceptions if field |
HAS_SIMULATIONAPPLICATIONN00() |
Determine if SIMULATIONAPPLICATIONNAMES has a value |
robotApplicationNames¶
A list of simulation job robot application names.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROBOTAPPLICATIONNAMES() |
Getter for ROBOTAPPLICATIONNAMES, with configurable default |
ASK_ROBOTAPPLICATIONNAMES() |
Getter for ROBOTAPPLICATIONNAMES w/ exceptions if field has |
HAS_ROBOTAPPLICATIONNAMES() |
Determine if ROBOTAPPLICATIONNAMES has a value |
dataSourceNames¶
The names of the data sources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCENAMES() |
Getter for DATASOURCENAMES, with configurable default |
ASK_DATASOURCENAMES() |
Getter for DATASOURCENAMES w/ exceptions if field has no val |
HAS_DATASOURCENAMES() |
Determine if DATASOURCENAMES has a value |
computeType¶
The compute type for the simulation job summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPUTETYPE() |
Getter for COMPUTETYPE, with configurable default |
ASK_COMPUTETYPE() |
Getter for COMPUTETYPE w/ exceptions if field has no value |
HAS_COMPUTETYPE() |
Determine if COMPUTETYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SIMULATIONJOBSUMMARIES¶
TYPES TT_SIMULATIONJOBSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_RBMSIMULATIONJOBSUMM WITH DEFAULT KEY
.