Class: Aws::IoT::Types::ListJobExecutionsForJobResponse

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

#execution_summariesArray<Types::JobExecutionSummaryForJob>

A list of job execution summaries.



9942
9943
9944
9945
9946
9947
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9942

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

#next_tokenString

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

Returns:

  • (String)


9942
9943
9944
9945
9946
9947
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9942

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