DescribeSigningJobResponse
public struct DescribeSigningJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Date and time that the signing job was completed.
Declaration
Swift
public let completedAt: TimeStamp?
-
Date and time that the signing job was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The ID of the signing job on output.
Declaration
Swift
public let jobId: String?
-
A list of any overrides that were applied to the signing operation.
Declaration
Swift
public let overrides: SigningPlatformOverrides?
-
The microcontroller platform to which your signed code image will be distributed.
Declaration
Swift
public let platformId: String?
-
The name of the profile that initiated the signing operation.
Declaration
Swift
public let profileName: String?
-
The IAM principal that requested the signing job.
Declaration
Swift
public let requestedBy: String?
-
Name of the S3 bucket where the signed code image is saved by code signing.
Declaration
Swift
public let signedObject: SignedObject?
-
The Amazon Resource Name (ARN) of your code signing certificate.
Declaration
Swift
public let signingMaterial: SigningMaterial?
-
Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
Declaration
Swift
public let signingParameters: [String : String]?
-
The object that contains the name of your S3 bucket or your raw code.
Declaration
Swift
public let source: Source?
-
Status of the signing job.
Declaration
Swift
public let status: SigningStatus?
-
String value that contains the status reason.
Declaration
Swift
public let statusReason: String?
-
init(completedAt:createdAt:jobId:overrides:platformId:profileName:requestedBy:signedObject:signingMaterial:signingParameters:source:status:statusReason:)
Undocumented
Declaration
Swift
public init(completedAt: TimeStamp? = nil, createdAt: TimeStamp? = nil, jobId: String? = nil, overrides: SigningPlatformOverrides? = nil, platformId: String? = nil, profileName: String? = nil, requestedBy: String? = nil, signedObject: SignedObject? = nil, signingMaterial: SigningMaterial? = nil, signingParameters: [String : String]? = nil, source: Source? = nil, status: SigningStatus? = nil, statusReason: String? = nil)