class Aws::IoT::Types::ListJobExecutionsForJobRequest


@return [String]
The token to retrieve the next set of results.
@!attribute [rw] next_token
@return [Integer]
The maximum number of results to be returned per request.
@!attribute [rw] max_results
@return [String]
The status of the job.
@!attribute [rw] status
@return [String]
The unique identifier you assigned to this job when it was created.
@!attribute [rw] job_id
}
next_token: “NextToken”,
max_results: 1,
status: “QUEUED”, # accepts QUEUED, IN_PROGRESS, SUCCEEDED, FAILED, TIMED_OUT, REJECTED, REMOVED, CANCELED
job_id: “JobId”, # required
{
data as a hash:
@note When making an API call, you may pass ListJobExecutionsForJobRequest