Class: Aws::CodePipeline::Types::PutThirdPartyJobFailureResultInput

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

Overview

Represents the input of a ‘PutThirdPartyJobFailureResult` action.

Constant Summary collapse

SENSITIVE =
[]

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)


3698
3699
3700
3701
3702
3703
3704
# File 'lib/aws-sdk-codepipeline/types.rb', line 3698

class PutThirdPartyJobFailureResultInput < Struct.new(
  :job_id,
  :client_token,
  :failure_details)
  SENSITIVE = []
  include Aws::Structure
end

#failure_detailsTypes::FailureDetails

Represents information about failure details.



3698
3699
3700
3701
3702
3703
3704
# File 'lib/aws-sdk-codepipeline/types.rb', line 3698

class PutThirdPartyJobFailureResultInput < Struct.new(
  :job_id,
  :client_token,
  :failure_details)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The ID of the job that failed. This is the same ID returned from ‘PollForThirdPartyJobs`.

Returns:

  • (String)


3698
3699
3700
3701
3702
3703
3704
# File 'lib/aws-sdk-codepipeline/types.rb', line 3698

class PutThirdPartyJobFailureResultInput < Struct.new(
  :job_id,
  :client_token,
  :failure_details)
  SENSITIVE = []
  include Aws::Structure
end