ThirdPartyJobDetails

public struct ThirdPartyJobDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The data to be returned by the third party job worker.

    Declaration

    Swift

    public let data: ThirdPartyJobData?
  • id

    The identifier used to identify the job details in AWS CodePipeline.

    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 AcknowledgeThirdPartyJob request.

    Declaration

    Swift

    public let nonce: String?
  • Undocumented

    Declaration

    Swift

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