You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::AcknowledgeJobInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AcknowledgeJobInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the input of an AcknowledgeJob action.

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The unique system-generated ID of the job for which you want to confirm receipt.

Returns:

  • (String)

    The unique system-generated ID of the job for which you want to confirm receipt.

#nonceString

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.

Returns:

  • (String)

    A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker.