StartSigningJobRequest
public struct StartSigningJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
String that identifies the signing request. All calls after the first that use this token return the same response as the first call.
Declaration
Swift
public let clientRequestToken: String
-
The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.
Declaration
Swift
public let destination: Destination
-
The name of the signing profile.
Declaration
Swift
public let profileName: String?
-
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
Declaration
Swift
public let source: Source
-
Undocumented
Declaration
Swift
public init(clientRequestToken: String = StartSigningJobRequest.idempotencyToken(), destination: Destination, profileName: String? = nil, source: Source)
-
Declaration
Swift
public func validate(name: String) throws