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

Class: Aws::CodePipeline::Types::ThirdPartyJobDetails

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

Overview

The details of a job sent in response to a GetThirdPartyJobDetails request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dataTypes::ThirdPartyJobData

The data to be returned by the third party job worker.

Returns:

#idString

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

Returns:

  • (String)

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

#nonceString

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.

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.