/AWS1/CL_IOTUPDATECOMMANDRSP¶
UpdateCommandResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_commandid TYPE /AWS1/IOTCOMMANDID /AWS1/IOTCOMMANDID¶
The unique identifier of the command.
iv_displayname TYPE /AWS1/IOTDISPLAYNAME /AWS1/IOTDISPLAYNAME¶
The updated user-friendly display name in the console for the command.
iv_description TYPE /AWS1/IOTCOMMANDDESCRIPTION /AWS1/IOTCOMMANDDESCRIPTION¶
The updated text description of the command.
iv_deprecated TYPE /AWS1/IOTDEPRECATIONFLAG /AWS1/IOTDEPRECATIONFLAG¶
The boolean that indicates whether the command was deprecated.
iv_lastupdatedat TYPE /AWS1/IOTDATETYPE /AWS1/IOTDATETYPE¶
The date and time (epoch timestamp in seconds) when the command was last updated.
Queryable Attributes¶
commandId¶
The unique identifier of the command.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMANDID() |
Getter for COMMANDID, with configurable default |
ASK_COMMANDID() |
Getter for COMMANDID w/ exceptions if field has no value |
HAS_COMMANDID() |
Determine if COMMANDID has a value |
displayName¶
The updated user-friendly display name in the console for the command.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
description¶
The updated text description of the command.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
deprecated¶
The boolean that indicates whether the command was deprecated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPRECATED() |
Getter for DEPRECATED, with configurable default |
ASK_DEPRECATED() |
Getter for DEPRECATED w/ exceptions if field has no value |
HAS_DEPRECATED() |
Determine if DEPRECATED has a value |
lastUpdatedAt¶
The date and time (epoch timestamp in seconds) when the command 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 |