class Aws::IoT::Types::ListJobsRequest
@return [String]
group.
A filter that limits the returned jobs to those for the specified
@!attribute [rw] thing_group_id
@return [String]
group.
A filter that limits the returned jobs to those for the specified
@!attribute [rw] thing_group_name
@return [String]
The token to retrieve the next set of results.
@!attribute [rw] next_token
@return [Integer]
The maximum number of results to return per request.
@!attribute [rw] max_results
@return [String]
after the job was completed by all things originally in the group.
will run on a thing when the thing is added to a target group, even
on a thing when a change is detected in a target. For example, a job
completed the job (SNAPSHOT). If continuous, the job may also be run
be complete after all those things specified as targets have
Specifies whether the job will continue to run (CONTINUOUS), or will
@!attribute [rw] target_selection
@return [String]
specified status.
An optional filter that lets you search for jobs that have the
@!attribute [rw] status
}
thing_group_id: “ThingGroupId”,
thing_group_name: “ThingGroupName”,
next_token: “NextToken”,
max_results: 1,
target_selection: “CONTINUOUS”, # accepts CONTINUOUS, SNAPSHOT
status: “IN_PROGRESS”, # accepts IN_PROGRESS, CANCELED, COMPLETED, DELETION_IN_PROGRESS
{
data as a hash:
@note When making an API call, you may pass ListJobsRequest