class Aws::CodePipeline::Types::GetThirdPartyJobDetailsInput

Represents the input of a `GetThirdPartyJobDetails` action.

@note When making an API call, you may pass GetThirdPartyJobDetailsInput

data as a hash:

    {
      job_id: "ThirdPartyJobId", # required
      client_token: "ClientToken", # required
    }

@!attribute [rw] job_id

The unique system-generated ID used for identifying the job.
@return [String]

@!attribute [rw] client_token

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/GetThirdPartyJobDetailsInput AWS API Documentation

Constants

SENSITIVE