AcknowledgeThirdPartyJobInput
public struct AcknowledgeThirdPartyJobInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
Declaration
Swift
public let clientToken: String
-
The unique system-generated ID of the job.
Declaration
Swift
public let jobId: String
-
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response to a GetThirdPartyJobDetails request.
Declaration
Swift
public let nonce: String
-
Undocumented
Declaration
Swift
public init(clientToken: String, jobId: String, nonce: String)
-
Declaration
Swift
public func validate(name: String) throws