Class NextJobExecutionChangedEvent
- java.lang.Object
-
- software.amazon.awssdk.iot.iotjobs.model.NextJobExecutionChangedEvent
-
public class NextJobExecutionChangedEvent extends Object
Sent whenever there is a change to which job execution is next on the list of pending job executions for a thing, as defined for DescribeJobExecution with jobId $next. This message is not sent when the next job's execution details change, only when the next job that would be returned by DescribeJobExecution with jobId $next has changed.
-
-
Field Summary
Fields Modifier and Type Field Description JobExecutionData
execution
Contains data about a job execution.Timestamp
timestamp
The time when the message was sent.
-
Constructor Summary
Constructors Constructor Description NextJobExecutionChangedEvent()
-
-
-
Field Detail
-
execution
public JobExecutionData execution
Contains data about a job execution.
-
timestamp
public Timestamp timestamp
The time when the message was sent.
-
-