ThirdPartyJobDetails

The details of a job sent in response to a GetThirdPartyJobDetails request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data to be returned by the third party job worker.

Link copied to clipboard
val id: String?

The identifier used to identify the job details in CodePipeline.

Link copied to clipboard

A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeThirdPartyJob request.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String