AWSIoTDataUpdateThingShadowRequest

Objective-C

@interface AWSIoTDataUpdateThingShadowRequest

Swift

class AWSIoTDataUpdateThingShadowRequest

The input for the UpdateThingShadow operation.

Required parameters: [thingName, payload]

  • The state information, in JSON format.

    Declaration

    Objective-C

    @property (nonatomic, strong) id _Nullable payload;

    Swift

    var payload: Any? { get set }
  • The name of the shadow.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable shadowName;

    Swift

    var shadowName: String? { get set }
  • The name of the thing.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable thingName;

    Swift

    var thingName: String? { get set }