StartSigningJobParameter
public struct StartSigningJobParameter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The location to write the code-signed file.
Declaration
Swift
public let destination: Destination?
-
The code-signing profile name.
Declaration
Swift
public let signingProfileName: String?
-
Describes the code-signing profile.
Declaration
Swift
public let signingProfileParameter: SigningProfileParameter?
-
Undocumented
Declaration
Swift
public init(destination: Destination? = nil, signingProfileName: String? = nil, signingProfileParameter: SigningProfileParameter? = nil)
-
Declaration
Swift
public func validate(name: String) throws