JobListDescriptor

public struct JobListDescriptor : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A timestamp indicating when the specified job was created.

    Declaration

    Swift

    public let creationTime: TimeStamp?
  • The user-specified description that was included in the specified job’s Create Job request.

    Declaration

    Swift

    public let description: String?
  • The ID for the specified job.

    Declaration

    Swift

    public let jobId: String?
  • The operation that the specified job is configured to run on each object listed in the manifest.

    Declaration

    Swift

    public let operation: OperationName?
  • The current priority for the specified job.

    Declaration

    Swift

    public let priority: Int?
  • Describes the total number of tasks that the specified job has executed, the number of tasks that succeeded, and the number of tasks that failed.

    Declaration

    Swift

    public let progressSummary: JobProgressSummary?
  • The specified job’s current status.

    Declaration

    Swift

    public let status: JobStatus?
  • A timestamp indicating when the specified job terminated. A job’s termination date is the date and time when it succeeded, failed, or was canceled.

    Declaration

    Swift

    public let terminationDate: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(creationTime: TimeStamp? = nil, description: String? = nil, jobId: String? = nil, operation: OperationName? = nil, priority: Int? = nil, progressSummary: JobProgressSummary? = nil, status: JobStatus? = nil, terminationDate: TimeStamp? = nil)