AWSIoTDataDeleteThingShadowResponse

Objective-C

@interface AWSIoTDataDeleteThingShadowResponse

Swift

class AWSIoTDataDeleteThingShadowResponse

The output from the DeleteThingShadow operation.

Required parameters: [payload]

  • The state information, in JSON format.

    Declaration

    Objective-C

    @property (nonatomic, strong) id _Nullable payload;

    Swift

    var payload: Any? { get set }