Class: Aws::IoT::Types::ListJobExecutionsForJobRequest

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

#job_idString

The unique identifier you assigned to this job when it was created.

Returns:

  • (String)


9924
9925
9926
9927
9928
9929
9930
9931
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9924

class ListJobExecutionsForJobRequest < Struct.new(
  :job_id,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)


9924
9925
9926
9927
9928
9929
9930
9931
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9924

class ListJobExecutionsForJobRequest < Struct.new(
  :job_id,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


9924
9925
9926
9927
9928
9929
9930
9931
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9924

class ListJobExecutionsForJobRequest < Struct.new(
  :job_id,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the job.

Returns:

  • (String)


9924
9925
9926
9927
9928
9929
9930
9931
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9924

class ListJobExecutionsForJobRequest < Struct.new(
  :job_id,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end