/AWS1/CL_IOTCOMMANDSUMMARY¶
Summary information about a particular command resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_commandarn TYPE /AWS1/IOTCOMMANDARN /AWS1/IOTCOMMANDARN¶
The Amazon Resource Name (ARN) of the command.
iv_commandid TYPE /AWS1/IOTCOMMANDID /AWS1/IOTCOMMANDID¶
The unique identifier of the command.
iv_displayname TYPE /AWS1/IOTDISPLAYNAME /AWS1/IOTDISPLAYNAME¶
The display name of the command.
iv_deprecated TYPE /AWS1/IOTDEPRECATIONFLAG /AWS1/IOTDEPRECATIONFLAG¶
Indicates whether the command has been deprecated.
iv_createdat TYPE /AWS1/IOTDATETYPE /AWS1/IOTDATETYPE¶
The timestamp, when the command was created.
iv_lastupdatedat TYPE /AWS1/IOTDATETYPE /AWS1/IOTDATETYPE¶
The timestamp, when the command was last updated.
iv_pendingdeletion TYPE /AWS1/IOTBOOLEANWRAPPEROBJECT /AWS1/IOTBOOLEANWRAPPEROBJECT¶
Indicates whether the command is pending deletion.
Queryable Attributes¶
commandArn¶
The Amazon Resource Name (ARN) of the command.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMANDARN() |
Getter for COMMANDARN, with configurable default |
ASK_COMMANDARN() |
Getter for COMMANDARN w/ exceptions if field has no value |
HAS_COMMANDARN() |
Determine if COMMANDARN has a value |
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 display name of 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 |
deprecated¶
Indicates whether the command has been 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 |
createdAt¶
The timestamp, when the command 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 |
lastUpdatedAt¶
The timestamp, 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 |
pendingDeletion¶
Indicates whether the command is pending deletion.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PENDINGDELETION() |
Getter for PENDINGDELETION, with configurable default |
ASK_PENDINGDELETION() |
Getter for PENDINGDELETION w/ exceptions if field has no val |
HAS_PENDINGDELETION() |
Determine if PENDINGDELETION 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_COMMANDSUMMARYLIST¶
TYPES TT_COMMANDSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTCOMMANDSUMMARY WITH DEFAULT KEY
.