GetCommandExecutionResponse
Types
Properties
The Amazon Resource Number (ARN) of the command. For example, ``arn:aws:iot:
The timestamp, when the command execution was completed.
The unique identifier of the command execution.
Specifies the amount of time in seconds that the device can take to finish a command execution. A timer starts when the command execution is created. If the command execution status is not set to another terminal state before the timer expires, it will automatically update to TIMED_OUT
.
The timestamp, when the command execution was last updated.
The list of parameters that the StartCommandExecution
API used when performing the command on the device.
The result value for the current state of the command execution. The status provides information about the progress of the command execution. The device can use the result field to share additional details about the execution such as a return value of a remote function call.
The status of the command execution. After your devices receive the command and start performing the operations specified in the command, it can use the UpdateCommandExecution
MQTT API to update the status information.
Your devices can use this parameter to provide additional context about the status of a command execution using a reason code and description.
The time to live (TTL) parameter that indicates the duration for which executions will be retained in your account. The default value is six months.