You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::ListJobExecutionsForThingRequestWhen passing ListJobExecutionsForThingRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
thing_name: "ThingName", status: "QUEUED", namespace_id: "NamespaceId",
max_results: 1,
next_token: "NextToken",
}
Instance Attribute Summary collapse
The maximum number of results to be returned per request.
The namespace used to indicate that a job is a customer-managed job.
The token to retrieve the next set of results.
An optional filter that lets you search for jobs that have the specified status.
The thing name.
The maximum number of results to be returned per request.
#namespace_id ⇒ StringThe namespace used to indicate that a job is a customer-managed job.
When you specify a value for this parameter, AWS IoT Core sends jobs notifications to MQTT topics that contain the value in the following format.
$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/
The namespaceId
feature is in public preview.
The token to retrieve the next set of results.
#status ⇒ StringAn optional filter that lets you search for jobs that have the specified status.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4