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
- Struct
- Aws::CodePipeline::Types::ThirdPartyJobDetails
 
- Defined in:
- (unknown)
Overview
The details of a job sent in response to a GetThirdPartyJobDetails request.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #data  ⇒ Types::ThirdPartyJobData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The data to be returned by the third party job worker. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier used to identify the job details in AWS CodePipeline. 
- 
  
    
      #nonce  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. 
Instance Attribute Details
#data ⇒ Types::ThirdPartyJobData
The data to be returned by the third party job worker.
#id ⇒ String
The identifier used to identify the job details in AWS CodePipeline.
#nonce ⇒ String
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.