Class: Aws::CodePipeline::Types::ThirdPartyJob
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::ThirdPartyJob
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
A response to a ‘PollForThirdPartyJobs` request returned by CodePipeline when there is a job to be worked on by a partner action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
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.
 - 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier used to identify the job in CodePipeline.
 
Instance Attribute Details
#client_id ⇒ String
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.
      5358 5359 5360 5361 5362 5363  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 5358 class ThirdPartyJob < Struct.new( :client_id, :job_id) SENSITIVE = [] include Aws::Structure end  | 
  
#job_id ⇒ String
The identifier used to identify the job in CodePipeline.
      5358 5359 5360 5361 5362 5363  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 5358 class ThirdPartyJob < Struct.new( :client_id, :job_id) SENSITIVE = [] include Aws::Structure end  |