Job

public struct Job : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the AWS account to use when performing the job.

    Declaration

    Swift

    public let accountId: String?
  • Other data about a job.

    Declaration

    Swift

    public let data: JobData?
  • id

    The unique system-generated ID of the job.

    Declaration

    Swift

    public let id: String?
  • A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeJob request.

    Declaration

    Swift

    public let nonce: String?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String? = nil, data: JobData? = nil, id: String? = nil, nonce: String? = nil)