ListJobExecutionsForThing
data class ListJobExecutionsForThing(val thingName: ThingName, val status: JobExecutionStatus? = null, val jobId: JobId? = null, val maxResults: Int? = null, val nextToken: String? = null) : IotAction<JobExecutionsForThing> (source)
namespaceId (an AWS IoT Greengrass feature) is not supported.
Constructors
Link copied to clipboard
constructor(thingName: ThingName, status: JobExecutionStatus? = null, jobId: JobId? = null, maxResults: Int? = null, nextToken: String? = null)