AWSIoTDataUpdateThingShadowResponse
Objective-C
@interface AWSIoTDataUpdateThingShadowResponse
Swift
class AWSIoTDataUpdateThingShadowResponse
The output from the UpdateThingShadow operation.
-
The state information, in JSON format.
Declaration
Objective-C
@property (nonatomic, strong) id _Nullable payload;
Swift
var payload: Any? { get set }