/AWS1/CL_IOTCREATECOMMANDRSP¶
CreateCommandResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_commandid TYPE /AWS1/IOTCOMMANDID /AWS1/IOTCOMMANDID¶
The unique identifier for the command.
iv_commandarn TYPE /AWS1/IOTCOMMANDARN /AWS1/IOTCOMMANDARN¶
The Amazon Resource Number (ARN) of the command. For example,
arn:aws:iot:: :command/
Queryable Attributes¶
commandId¶
The unique identifier for 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 |
commandArn¶
The Amazon Resource Number (ARN) of the command. For example,
arn:aws:iot:: :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 |