class Aws::CodePipeline::Types::AcknowledgeThirdPartyJobInput
Represents the input of an AcknowledgeThirdPartyJob action.
@note When making an API call, you may pass AcknowledgeThirdPartyJobInput
data as a hash: { job_id: "ThirdPartyJobId", # required nonce: "Nonce", # required client_token: "ClientToken", # required }
@!attribute [rw] job_id
The unique system-generated ID of the job. @return [String]
@!attribute [rw] nonce
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. @return [String]
@!attribute [rw] client_token
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/AcknowledgeThirdPartyJobInput AWS API Documentation
Constants
- SENSITIVE