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)

Properties

Link copied to clipboard
val jobId: JobId?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<JobExecutionsForThing, RemoteFailure>