Class DescribeJobExecutionResponse
- java.lang.Object
-
- software.amazon.awssdk.iot.iotjobs.model.DescribeJobExecutionResponse
-
public class DescribeJobExecutionResponse extends Object
Response payload to a DescribeJobExecution request.
-
-
Field Summary
Fields Modifier and Type Field Description String
clientToken
A client token used to correlate requests and responses.JobExecutionData
execution
Contains data about a job execution.Timestamp
timestamp
The time when the message was sent.
-
Constructor Summary
Constructors Constructor Description DescribeJobExecutionResponse()
-
-
-
Field Detail
-
clientToken
public String clientToken
A client token used to correlate requests and responses.
-
execution
public JobExecutionData execution
Contains data about a job execution.
-
timestamp
public Timestamp timestamp
The time when the message was sent.
-
-