AWSIoTRegisterThingRequest
Objective-C
@interface AWSIoTRegisterThingRequest
Swift
class AWSIoTRegisterThingRequest
-
The parameters for provisioning a thing. See Provisioning Templates for more information.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable parameters;Swift
var parameters: [String : String]? { get set } -
The provisioning template. See Provisioning Devices That Have Device Certificates for more information.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateBody;Swift
var templateBody: String? { get set }
View on GitHub
Install in Dash
AWSIoTRegisterThingRequest Class Reference