AWSIoTDataDeleteThingShadowRequest
Objective-C
@interface AWSIoTDataDeleteThingShadowRequest
Swift
class AWSIoTDataDeleteThingShadowRequest
The input for the DeleteThingShadow 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 }
View on GitHub
Install in Dash
AWSIoTDataDeleteThingShadowRequest Class Reference