Class: Aws::IoT::Types::ListCommandExecutionsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#command_executionsArray<Types::CommandExecutionSummary>

The list of command executions.

Returns:



10640
10641
10642
10643
10644
10645
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10640

class ListCommandExecutionsResponse < Struct.new(
  :command_executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


10640
10641
10642
10643
10644
10645
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10640

class ListCommandExecutionsResponse < Struct.new(
  :command_executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end