Skip to content

/AWS1/CL_RBMUPROBOTAPPLICATI01

UpdateRobotApplicationResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ARN TYPE /AWS1/RBMARN /AWS1/RBMARN

The Amazon Resource Name (ARN) of the updated robot application.

IV_NAME TYPE /AWS1/RBMNAME /AWS1/RBMNAME

The name of the robot application.

IV_VERSION TYPE /AWS1/RBMVERSION /AWS1/RBMVERSION

The version of the robot application.

IT_SOURCES TYPE /AWS1/CL_RBMSOURCE=>TT_SOURCES TT_SOURCES

The sources of the robot application.

IO_ROBOTSOFTWARESUITE TYPE REF TO /AWS1/CL_RBMROBOTSOFTWARESUITE /AWS1/CL_RBMROBOTSOFTWARESUITE

The robot software suite (ROS distribution) used by the robot application.

IV_LASTUPDATEDAT TYPE /AWS1/RBMLASTUPDATEDAT /AWS1/RBMLASTUPDATEDAT

The time, in milliseconds since the epoch, when the robot application was last updated.

IV_REVISIONID TYPE /AWS1/RBMREVISIONID /AWS1/RBMREVISIONID

The revision id of the robot application.

IO_ENVIRONMENT TYPE REF TO /AWS1/CL_RBMENVIRONMENT /AWS1/CL_RBMENVIRONMENT

The object that contains the Docker image URI for your robot application.


Queryable Attributes

arn

The Amazon Resource Name (ARN) of the updated robot 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 robot 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 robot 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 robot 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

robotSoftwareSuite

The robot software suite (ROS distribution) used by the robot application.

Accessible with the following methods

Method Description
GET_ROBOTSOFTWARESUITE() Getter for ROBOTSOFTWARESUITE

lastUpdatedAt

The time, in milliseconds since the epoch, when the robot 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

revisionId

The revision id of the robot 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

environment

The object that contains the Docker image URI for your robot application.

Accessible with the following methods

Method Description
GET_ENVIRONMENT() Getter for ENVIRONMENT