SigningJob
public struct SigningJob : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time that the signing job was created.
Declaration
Swift
public let createdAt: TimeStamp? -
The ID of the signing job.
Declaration
Swift
public let jobId: String? -
A SignedObject structure that contains information about a signing job’s signed code image.
Declaration
Swift
public let signedObject: SignedObject? -
A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.
Declaration
Swift
public let signingMaterial: SigningMaterial? -
A Source that contains information about a signing job’s code image source.
Declaration
Swift
public let source: Source? -
The status of the signing job.
Declaration
Swift
public let status: SigningStatus? -
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, jobId: String? = nil, signedObject: SignedObject? = nil, signingMaterial: SigningMaterial? = nil, source: Source? = nil, status: SigningStatus? = nil)
View on GitHub
SigningJob Structure Reference