/AWS1/CL_RBMROBOT¶
Information about a robot.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/RBMARN /AWS1/RBMARN¶
The Amazon Resource Name (ARN) of the robot.
iv_name TYPE /AWS1/RBMNAME /AWS1/RBMNAME¶
The name of the robot.
iv_fleetarn TYPE /AWS1/RBMARN /AWS1/RBMARN¶
The Amazon Resource Name (ARN) of the fleet.
iv_status TYPE /AWS1/RBMROBOTSTATUS /AWS1/RBMROBOTSTATUS¶
The status of the robot.
iv_greengrassgroupid TYPE /AWS1/RBMID /AWS1/RBMID¶
The Greengrass group associated with the robot.
iv_createdat TYPE /AWS1/RBMCREATEDAT /AWS1/RBMCREATEDAT¶
The time, in milliseconds since the epoch, when the robot was created.
iv_architecture TYPE /AWS1/RBMARCHITECTURE /AWS1/RBMARCHITECTURE¶
The architecture of the robot.
iv_lastdeploymentjob TYPE /AWS1/RBMARN /AWS1/RBMARN¶
The Amazon Resource Name (ARN) of the last deployment job.
iv_lastdeploymenttime TYPE /AWS1/RBMCREATEDAT /AWS1/RBMCREATEDAT¶
The time of the last deployment.
Queryable Attributes¶
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 |
name¶
The name of the robot.
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 |
fleetArn¶
The Amazon Resource Name (ARN) of the fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLEETARN() |
Getter for FLEETARN, with configurable default |
ASK_FLEETARN() |
Getter for FLEETARN w/ exceptions if field has no value |
HAS_FLEETARN() |
Determine if FLEETARN has a value |
status¶
The status of the robot.
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 |
greenGrassGroupId¶
The Greengrass group associated with the robot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GREENGRASSGROUPID() |
Getter for GREENGRASSGROUPID, with configurable default |
ASK_GREENGRASSGROUPID() |
Getter for GREENGRASSGROUPID w/ exceptions if field has no v |
HAS_GREENGRASSGROUPID() |
Determine if GREENGRASSGROUPID has a value |
createdAt¶
The time, in milliseconds since the epoch, when the robot was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
architecture¶
The architecture of the robot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARCHITECTURE() |
Getter for ARCHITECTURE, with configurable default |
ASK_ARCHITECTURE() |
Getter for ARCHITECTURE w/ exceptions if field has no value |
HAS_ARCHITECTURE() |
Determine if ARCHITECTURE has a value |
lastDeploymentJob¶
The Amazon Resource Name (ARN) of the last deployment job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTDEPLOYMENTJOB() |
Getter for LASTDEPLOYMENTJOB, with configurable default |
ASK_LASTDEPLOYMENTJOB() |
Getter for LASTDEPLOYMENTJOB w/ exceptions if field has no v |
HAS_LASTDEPLOYMENTJOB() |
Determine if LASTDEPLOYMENTJOB has a value |
lastDeploymentTime¶
The time of the last deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTDEPLOYMENTTIME() |
Getter for LASTDEPLOYMENTTIME, with configurable default |
ASK_LASTDEPLOYMENTTIME() |
Getter for LASTDEPLOYMENTTIME w/ exceptions if field has no |
HAS_LASTDEPLOYMENTTIME() |
Determine if LASTDEPLOYMENTTIME 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_ROBOTS¶
TYPES TT_ROBOTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_RBMROBOT WITH DEFAULT KEY
.