Class: Aws::CodePipeline::Types::ThirdPartyJobDetails

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataTypes::ThirdPartyJobData

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



3108
3109
3110
3111
3112
3113
# File 'lib/aws-sdk-codepipeline/types.rb', line 3108

class ThirdPartyJobDetails < Struct.new(
  :id,
  :data,
  :nonce)
  include Aws::Structure
end

#idString

The identifier used to identify the job details in AWS CodePipeline.

Returns:

  • (String)


3108
3109
3110
3111
3112
3113
# File 'lib/aws-sdk-codepipeline/types.rb', line 3108

class ThirdPartyJobDetails < Struct.new(
  :id,
  :data,
  :nonce)
  include Aws::Structure
end

#nonceString

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

Returns:

  • (String)


3108
3109
3110
3111
3112
3113
# File 'lib/aws-sdk-codepipeline/types.rb', line 3108

class ThirdPartyJobDetails < Struct.new(
  :id,
  :data,
  :nonce)
  include Aws::Structure
end