Class: Aws::IoT::Types::ListCommandExecutionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#command_arnString

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

Returns:

  • (String)


10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
# File 'lib/aws-sdk-iot/types.rb', line 10877

class ListCommandExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :namespace,
  :status,
  :sort_order,
  :started_time_filter,
  :completed_time_filter,
  :target_arn,
  :command_arn)
  SENSITIVE = []
  include Aws::Structure
end

#completed_time_filterTypes::TimeFilter

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`.

Returns:



10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
# File 'lib/aws-sdk-iot/types.rb', line 10877

class ListCommandExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :namespace,
  :status,
  :sort_order,
  :started_time_filter,
  :completed_time_filter,
  :target_arn,
  :command_arn)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in this operation.

Returns:

  • (Integer)


10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
# File 'lib/aws-sdk-iot/types.rb', line 10877

class ListCommandExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :namespace,
  :status,
  :sort_order,
  :started_time_filter,
  :completed_time_filter,
  :target_arn,
  :command_arn)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the command.

Returns:

  • (String)


10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
# File 'lib/aws-sdk-iot/types.rb', line 10877

class ListCommandExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :namespace,
  :status,
  :sort_order,
  :started_time_filter,
  :completed_time_filter,
  :target_arn,
  :command_arn)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
# File 'lib/aws-sdk-iot/types.rb', line 10877

class ListCommandExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :namespace,
  :status,
  :sort_order,
  :started_time_filter,
  :completed_time_filter,
  :target_arn,
  :command_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

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.

Returns:

  • (String)


10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
# File 'lib/aws-sdk-iot/types.rb', line 10877

class ListCommandExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :namespace,
  :status,
  :sort_order,
  :started_time_filter,
  :completed_time_filter,
  :target_arn,
  :command_arn)
  SENSITIVE = []
  include Aws::Structure
end

#started_time_filterTypes::TimeFilter

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`.

Returns:



10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
# File 'lib/aws-sdk-iot/types.rb', line 10877

class ListCommandExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :namespace,
  :status,
  :sort_order,
  :started_time_filter,
  :completed_time_filter,
  :target_arn,
  :command_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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.

Returns:

  • (String)


10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
# File 'lib/aws-sdk-iot/types.rb', line 10877

class ListCommandExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :namespace,
  :status,
  :sort_order,
  :started_time_filter,
  :completed_time_filter,
  :target_arn,
  :command_arn)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

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

Returns:

  • (String)


10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
# File 'lib/aws-sdk-iot/types.rb', line 10877

class ListCommandExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :namespace,
  :status,
  :sort_order,
  :started_time_filter,
  :completed_time_filter,
  :target_arn,
  :command_arn)
  SENSITIVE = []
  include Aws::Structure
end