/AWS1/CL_RBMREGROBOTRESPONSE¶
RegisterRobotResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_fleet TYPE /AWS1/RBMARN /AWS1/RBMARN¶
The Amazon Resource Name (ARN) of the fleet that the robot will join.
iv_robot TYPE /AWS1/RBMARN /AWS1/RBMARN¶
Information about the robot registration.
Queryable Attributes¶
fleet¶
The Amazon Resource Name (ARN) of the fleet that the robot will join.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLEET() |
Getter for FLEET, with configurable default |
ASK_FLEET() |
Getter for FLEET w/ exceptions if field has no value |
HAS_FLEET() |
Determine if FLEET has a value |
robot¶
Information about the robot registration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROBOT() |
Getter for ROBOT, with configurable default |
ASK_ROBOT() |
Getter for ROBOT w/ exceptions if field has no value |
HAS_ROBOT() |
Determine if ROBOT has a value |