SigningProfileParameter
public struct SigningProfileParameter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Certificate ARN.
Declaration
Swift
public let certificateArn: String?
-
The location of the code-signing certificate on your device.
Declaration
Swift
public let certificatePathOnDevice: String?
-
The hardware platform of your device.
Declaration
Swift
public let platform: String?
-
Undocumented
Declaration
Swift
public init(certificateArn: String? = nil, certificatePathOnDevice: String? = nil, platform: String? = nil)