AWSIoTSigningProfileParameter
Objective-C
@interface AWSIoTSigningProfileParameter
Swift
class AWSIoTSigningProfileParameter
Describes the code-signing profile.
-
Certificate ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable certificateArn;Swift
var certificateArn: String? { get set } -
The location of the code-signing certificate on your device.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable certificatePathOnDevice;Swift
var certificatePathOnDevice: String? { get set } -
The hardware platform of your device.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable platform;Swift
var platform: String? { get set }
View on GitHub
Install in Dash
AWSIoTSigningProfileParameter Class Reference