Skip to content

/AWS1/CL_RBMCREROBOTAPPLICAT01

CreateRobotApplicationResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_arn TYPE /AWS1/RBMARN /AWS1/RBMARN

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

it_tags TYPE /AWS1/CL_RBMTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The list of all tags added to the robot application.

io_environment TYPE REF TO /AWS1/CL_RBMENVIRONMENT /AWS1/CL_RBMENVIRONMENT

An object that contains the Docker image URI used to a create your robot application.


Queryable Attributes

arn

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

tags

The list of all tags added to the robot 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

An object that contains the Docker image URI used to a create your robot application.

Accessible with the following methods

Method Description
GET_ENVIRONMENT() Getter for ENVIRONMENT