GetCommandExecutionResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Number (ARN) of the command. For example, ``arn:aws:iot:::command/

Link copied to clipboard

The timestamp, when the command execution was completed.

Link copied to clipboard

The timestamp, when the command execution was created.

Link copied to clipboard

The unique identifier of the command execution.

Link copied to clipboard

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.

Link copied to clipboard

The timestamp, when the command execution was last updated.

Link copied to clipboard

The list of parameters that the StartCommandExecution API used when performing the command on the device.

Link copied to clipboard

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.

Link copied to clipboard

The timestamp, when the command execution was started.

Link copied to clipboard

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.

Link copied to clipboard

Your devices can use this parameter to provide additional context about the status of a command execution using a reason code and description.

Link copied to clipboard

The Amazon Resource Number (ARN) of the device on which the command execution is being performed.

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String