/AWS1/CL_RBMDESCRROBOTRESPONSE¶
DescribeRobotResponse
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 fleet.
iv_greengrassgroupid
TYPE /AWS1/RBMID
/AWS1/RBMID
¶
The Greengrass group id.
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 target architecture of the robot application.
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 job.
it_tags
TYPE /AWS1/CL_RBMTAGMAP_W=>TT_TAGMAP
TT_TAGMAP
¶
The list of all tags added to the specified robot.
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 fleet.
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 id.
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 target architecture of the robot application.
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 job.
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 |
tags¶
The list of all tags added to the specified robot.
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 |