AWSIoTRegistrationConfig
Objective-C
@interface AWSIoTRegistrationConfig
Swift
class AWSIoTRegistrationConfig
The registration configuration.
-
The ARN of the role.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;Swift
var roleArn: String? { get set } -
The template body.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateBody;Swift
var templateBody: String? { get set } -
The name of the provisioning template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateName;Swift
var templateName: String? { get set }
View on GitHub
Install in Dash
AWSIoTRegistrationConfig Class Reference