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