Values_0.CommandExecutionResultSourceThe result value of the command execution. The device can use the result field to share additional details about the execution such as a return value of a remote function call. This field is not applicable if you use the AWS-IoT-FleetWise namespace.
type nonrec t = {s : StringCommandExecutionResult.t option;An attribute of type String. For example: "S": "Hello"
*)b : BooleanCommandExecutionResult.t option;An attribute of type Boolean. For example: "BOOL": true
*)bIN : BinaryCommandExecutionResult.t option;An attribute of type Binary.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Blob of BinaryCommandExecutionResult.t
| `Boolean of BooleanCommandExecutionResult.t
| `String of StringCommandExecutionResult.t ])
list ]