ProcessingJobSummary
public struct ProcessingJobSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time at which the processing job was created.
Declaration
Swift
public let creationTime: TimeStamp -
An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
Declaration
Swift
public let exitMessage: String? -
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
Declaration
Swift
public let failureReason: String? -
A timestamp that indicates the last time the processing job was modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp? -
The time at which the processing job completed.
Declaration
Swift
public let processingEndTime: TimeStamp? -
The Amazon Resource Name (ARN) of the processing job..
Declaration
Swift
public let processingJobArn: String -
The name of the processing job.
Declaration
Swift
public let processingJobName: String -
The status of the processing job.
Declaration
Swift
public let processingJobStatus: ProcessingJobStatus -
init(creationTime:exitMessage:failureReason:lastModifiedTime:processingEndTime:processingJobArn:processingJobName:processingJobStatus:)Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, exitMessage: String? = nil, failureReason: String? = nil, lastModifiedTime: TimeStamp? = nil, processingEndTime: TimeStamp? = nil, processingJobArn: String, processingJobName: String, processingJobStatus: ProcessingJobStatus)
View on GitHub
ProcessingJobSummary Structure Reference