class Aws::CodePipeline::Types::AcknowledgeJobInput

Represents the input of an AcknowledgeJob action.

@note When making an API call, you may pass AcknowledgeJobInput

data as a hash:

    {
      job_id: "JobId", # required
      nonce: "Nonce", # required
    }

@!attribute [rw] job_id

The unique system-generated ID of the job for which you want to
confirm receipt.
@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 of the PollForJobs request that
returned this job.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/AcknowledgeJobInput AWS API Documentation

Constants

SENSITIVE