You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::ThirdPartyJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ThirdPartyJob
- Defined in:
- (unknown)
Overview
A response to a PollForThirdPartyJobs
request returned by AWS CodePipeline when there is a job to be worked on by a partner action.
Instance Attribute Summary collapse
-
#client_id ⇒ String
The
clientToken
portion of theclientId
andclientToken
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 AWS 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.
#job_id ⇒ String
The identifier used to identify the job in AWS CodePipeline.