class Aws::IoT::Types::ListJobExecutionsForThingRequest
@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]
</note>
<note markdown=“1”> The ‘namespaceId` feature is in public preview.
`$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
format.
notifications to MQTT topics that contain the value in the following
When you specify a value for this parameter, AWS IoT Core sends jobs
The namespace used to indicate that a job is a customer-managed job.
@!attribute [rw] namespace_id
@return [String]
specified status.
An optional filter that lets you search for jobs that have the
@!attribute [rw] status
@return [String]
The thing name.
@!attribute [rw] thing_name
}
next_token: “NextToken”,
max_results: 1,
namespace_id: “NamespaceId”,
status: “QUEUED”, # accepts QUEUED, IN_PROGRESS, SUCCEEDED, FAILED, TIMED_OUT, REJECTED, REMOVED, CANCELED
thing_name: “ThingName”, # required
{
data as a hash:
@note When making an API call, you may pass ListJobExecutionsForThingRequest