JobSummary

public struct JobSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The commit ID from a third-party repository provider for the job.

    Declaration

    Swift

    public let commitId: String
  • The commit message from a third-party repository provider for the job.

    Declaration

    Swift

    public let commitMessage: String
  • The commit date and time for the job.

    Declaration

    Swift

    public let commitTime: TimeStamp
  • The end date and time for the job.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • The Amazon Resource Name (ARN) for the job.

    Declaration

    Swift

    public let jobArn: String
  • The unique ID for the job.

    Declaration

    Swift

    public let jobId: String
  • The type for the job. If the value is RELEASE, the job was manually released from its source by using the StartJob API. If the value is RETRY, the job was manually retried using the StartJob API. If the value is WEB_HOOK, the job was automatically triggered by webhooks.

    Declaration

    Swift

    public let jobType: JobType
  • The start date and time for the job.

    Declaration

    Swift

    public let startTime: TimeStamp
  • The current status for the job.

    Declaration

    Swift

    public let status: JobStatus
  • Undocumented

    Declaration

    Swift

    public init(commitId: String, commitMessage: String, commitTime: TimeStamp, endTime: TimeStamp? = nil, jobArn: String, jobId: String, jobType: JobType, startTime: TimeStamp, status: JobStatus)