class Aws::IoT::Types::ListCommandExecutionsRequest
@return [String]
information to list all command executions for a particular command.
The Amazon Resource Number (ARN) of the command. You can use this
@!attribute [rw] command_arn
@return [String]
device.
this information to list all command executions for a particular
The Amazon Resource Number (ARN) of the target device. You can use
@!attribute [rw] target_arn
@return [Types::TimeFilter]
format ‘yyyy-MM-dd’T’HH:mm`.
the date and time that you specify. The date and time uses the
List all command executions that completed any time before or after
@!attribute [rw] completed_time_filter
@return [Types::TimeFilter]
format ‘yyyy-MM-dd’T’HH:mm`.
the date and time that you specify. The date and time uses the
List all command executions that started any time before or after
@!attribute [rw] started_time_filter
@return [String]
‘startTimeFilter` and `completeTimeFilter` parameters.
completion time of the executions, that are determined by the
commands in the descending order based on the start time or
the ascending or descending order. By default, the API returns all
Specify whether to list the command executions that were created in
@!attribute [rw] sort_order
@return [String]
executions that have failed or timed out.
status. For example, you can filter the list to display only command
List all command executions for the device that have a particular
@!attribute [rw] status
@return [String]
The namespace of the command.
@!attribute [rw] namespace
@return [String]
results.
previous response; otherwise `null` to receive the first set of
To retrieve the next set of results, the `nextToken` value from a
@!attribute [rw] next_token
@return [Integer]
The maximum number of results to return in this operation.
@!attribute [rw] max_results