You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::GetThirdPartyJobDetailsInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetThirdPartyJobDetailsInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the input of a GetThirdPartyJobDetails action.

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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)

    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_idString

The unique system-generated ID used for identifying the job.

Returns:

  • (String)

    The unique system-generated ID used for identifying the job.