AWSIoTDataGetThingShadowRequest

Objective-C

@interface AWSIoTDataGetThingShadowRequest

Swift

class AWSIoTDataGetThingShadowRequest

The input for the GetThingShadow operation.

Required parameters: [thingName]

  • 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 }