class Aws::IoT::Types::GetCommandExecutionResponse


@return [Time]
The time to live (TTL) parameter for the ‘GetCommandExecution` API.
@!attribute [rw] time_to_live
@return [Time]
The timestamp, when the command execution was completed.
@!attribute [rw] completed_at
@return [Time]
The timestamp, when the command execution was started.
@!attribute [rw] started_at
@return [Time]
The timestamp, when the command execution was last updated.
@!attribute [rw] last_updated_at
@return [Time]
The timestamp, when the command execution was created.
@!attribute [rw] created_at
@return [Integer]
automatically update to `TIMED_OUT`.
another terminal state before the timer expires, it will
execution is created. If the command execution status is not set to
finish a command execution. A timer starts when the command
Specifies the amount of time in seconds that the device can take to
@!attribute [rw] execution_timeout_seconds
@return [Hash<String,Types::CommandParameterValue>]
when performing the command on the device.
The list of parameters that the `StartCommandExecution` API used
@!attribute [rw] parameters
@return [Hash<String,Types::CommandExecutionResult>]
</note>
applicable in the API response.
<note markdown=“1”> If you use the `AWS-IoT-FleetWise` namespace, then this field is not
function call.
details about the execution such as a return value of a remote
execution. The device can use the result field to share additional
status provides information about the progress of the command
The result value for the current state of the command execution. The
@!attribute [rw] result
@return [Types::StatusReason]
description.
about the status of a command execution using a reason code and
Your devices can use this parameter to provide additional context
@!attribute [rw] status_reason
@return [String]
the status information.
command, it can use the `UpdateCommandExecution` MQTT API to update
command and start performing the operations specified in the
The status of the command execution. After your devices receive the
@!attribute [rw] status
@return [String]
execution is being performed.
The Amazon Resource Number (ARN) of the device on which the command
@!attribute [rw] target_arn
@return [String]
“arn:aws:iot:&lt;region&gt;:&lt;accountid&gt;:command/&lt;commandId&gt;
The Amazon Resource Number (ARN) of the command. For example,
@!attribute [rw] command_arn
@return [String]
The unique identifier of the command execution.
@!attribute [rw] execution_id