AWSIoTStartSigningJobParameter
Objective-C
@interface AWSIoTStartSigningJobParameter
Swift
class AWSIoTStartSigningJobParameter
Information required to start a signing job.
-
The location to write the code-signed file.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTDestination *_Nullable destination;
Swift
var destination: AWSIoTDestination? { get set }
-
The code-signing profile name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable signingProfileName;
Swift
var signingProfileName: String? { get set }
-
Describes the code-signing profile.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTSigningProfileParameter *_Nullable signingProfileParameter;
Swift
var signingProfileParameter: AWSIoTSigningProfileParameter? { get set }