/AWS1/CL_RBMDSCSIMULATIONAPP01¶
DescribeSimulationApplicationResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/RBMARN /AWS1/RBMARN¶
The Amazon Resource Name (ARN) of the robot simulation application.
iv_name TYPE /AWS1/RBMNAME /AWS1/RBMNAME¶
The name of the simulation application.
iv_version TYPE /AWS1/RBMVERSION /AWS1/RBMVERSION¶
The version of the simulation application.
it_sources TYPE /AWS1/CL_RBMSOURCE=>TT_SOURCES TT_SOURCES¶
The sources of the simulation application.
io_simulationsoftwaresuite TYPE REF TO /AWS1/CL_RBMSIMULATIONSOFTWA00 /AWS1/CL_RBMSIMULATIONSOFTWA00¶
The simulation software suite used by the simulation application.
io_robotsoftwaresuite TYPE REF TO /AWS1/CL_RBMROBOTSOFTWARESUITE /AWS1/CL_RBMROBOTSOFTWARESUITE¶
Information about the robot software suite.
io_renderingengine TYPE REF TO /AWS1/CL_RBMRENDERINGENGINE /AWS1/CL_RBMRENDERINGENGINE¶
The rendering engine for the simulation application.
iv_revisionid TYPE /AWS1/RBMREVISIONID /AWS1/RBMREVISIONID¶
The revision id of the simulation application.
iv_lastupdatedat TYPE /AWS1/RBMLASTUPDATEDAT /AWS1/RBMLASTUPDATEDAT¶
The time, in milliseconds since the epoch, when the simulation application was last updated.
it_tags TYPE /AWS1/CL_RBMTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The list of all tags added to the specified simulation application.
io_environment TYPE REF TO /AWS1/CL_RBMENVIRONMENT /AWS1/CL_RBMENVIRONMENT¶
The object that contains the Docker image URI used to create the simulation application.
iv_imagedigest TYPE /AWS1/RBMIMAGEDIGEST /AWS1/RBMIMAGEDIGEST¶
A SHA256 identifier for the Docker image that you use for your simulation application.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the robot simulation application.
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 |
name¶
The name of the simulation application.
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 |
version¶
The version of the simulation application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
sources¶
The sources of the simulation application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCES() |
Getter for SOURCES, with configurable default |
ASK_SOURCES() |
Getter for SOURCES w/ exceptions if field has no value |
HAS_SOURCES() |
Determine if SOURCES has a value |
simulationSoftwareSuite¶
The simulation software suite used by the simulation application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIMULATIONSOFTWARESUITE() |
Getter for SIMULATIONSOFTWARESUITE |
robotSoftwareSuite¶
Information about the robot software suite.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROBOTSOFTWARESUITE() |
Getter for ROBOTSOFTWARESUITE |
renderingEngine¶
The rendering engine for the simulation application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RENDERINGENGINE() |
Getter for RENDERINGENGINE |
revisionId¶
The revision id of the simulation application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISIONID() |
Getter for REVISIONID, with configurable default |
ASK_REVISIONID() |
Getter for REVISIONID w/ exceptions if field has no value |
HAS_REVISIONID() |
Determine if REVISIONID has a value |
lastUpdatedAt¶
The time, in milliseconds since the epoch, when the simulation application 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 |
tags¶
The list of all tags added to the specified simulation application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
environment¶
The object that contains the Docker image URI used to create the simulation application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENT() |
Getter for ENVIRONMENT |
imageDigest¶
A SHA256 identifier for the Docker image that you use for your simulation application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEDIGEST() |
Getter for IMAGEDIGEST, with configurable default |
ASK_IMAGEDIGEST() |
Getter for IMAGEDIGEST w/ exceptions if field has no value |
HAS_IMAGEDIGEST() |
Determine if IMAGEDIGEST has a value |