Class UpdateCommandExecutionResponse
- java.lang.Object
-
- software.amazon.awssdk.iot.iotcommands.model.UpdateCommandExecutionResponse
-
public class UpdateCommandExecutionResponse extends Object
Response payload to an UpdateCommandExecution request.
-
-
Field Summary
Fields Modifier and Type Field Description String
executionId
Execution ID for which a response was sent
-
Constructor Summary
Constructors Constructor Description UpdateCommandExecutionResponse()
-
-
-
Field Detail
-
executionId
public String executionId
Execution ID for which a response was sent
-
-