/AWS1/CL_RBMROBOTAPPLICATION02¶
Summary information for a robot application.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/RBMNAME /AWS1/RBMNAME¶
The name of the robot application.
iv_arn TYPE /AWS1/RBMARN /AWS1/RBMARN¶
The Amazon Resource Name (ARN) of the robot.
iv_version TYPE /AWS1/RBMVERSION /AWS1/RBMVERSION¶
The version of the robot application.
iv_lastupdatedat TYPE /AWS1/RBMLASTUPDATEDAT /AWS1/RBMLASTUPDATEDAT¶
The time, in milliseconds since the epoch, when the robot application was last updated.
io_robotsoftwaresuite TYPE REF TO /AWS1/CL_RBMROBOTSOFTWARESUITE /AWS1/CL_RBMROBOTSOFTWARESUITE¶
Information about a robot software suite.
Queryable Attributes¶
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 |
arn¶
The Amazon Resource Name (ARN) of the robot.
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 |
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 |
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 |
robotSoftwareSuite¶
Information about a robot software suite.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROBOTSOFTWARESUITE() |
Getter for ROBOTSOFTWARESUITE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROBOTAPPLICATIONSUMMARIES¶
TYPES TT_ROBOTAPPLICATIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_RBMROBOTAPPLICATION02 WITH DEFAULT KEY
.