Class: Aws::CodePipeline::Types::ThirdPartyJob

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

A response to a PollForThirdPartyJobs request returned by AWS CodePipeline when there is a job to be worked upon by a partner action.

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

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.

Returns:

  • (String)


3022
3023
3024
3025
3026
# File 'lib/aws-sdk-codepipeline/types.rb', line 3022

class ThirdPartyJob < Struct.new(
  :client_id,
  :job_id)
  include Aws::Structure
end

#job_idString

The identifier used to identify the job in AWS CodePipeline.

Returns:

  • (String)


3022
3023
3024
3025
3026
# File 'lib/aws-sdk-codepipeline/types.rb', line 3022

class ThirdPartyJob < Struct.new(
  :client_id,
  :job_id)
  include Aws::Structure
end