ListCommandExecutionsRequest

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. You can use this information to list all command executions for a particular command.

Link copied to clipboard

List all command executions that completed any time before or after the date and time that you specify. The date and time uses the format yyyy-MM-dd'T'HH:mm.

Link copied to clipboard

The maximum number of results to return in this operation.

Link copied to clipboard

The namespace of the command.

Link copied to clipboard

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Link copied to clipboard

Specify whether to list the command executions that were created in the ascending or descending order. By default, the API returns all commands in the descending order based on the start time or completion time of the executions, that are determined by the startTimeFilter and completeTimeFilter parameters.

Link copied to clipboard

List all command executions that started any time before or after the date and time that you specify. The date and time uses the format yyyy-MM-dd'T'HH:mm.

Link copied to clipboard

List all command executions for the device that have a particular status. For example, you can filter the list to display only command executions that have failed or timed out.

Link copied to clipboard

The Amazon Resource Number (ARN) of the target device. You can use this information to list all command executions for a particular device.

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