Class: Aws::CodePipeline::Types::PutThirdPartyJobSuccessResultInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::PutThirdPartyJobSuccessResultInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents the input of a ‘PutThirdPartyJobSuccessResult` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ 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.
-
#continuation_token ⇒ String
A token generated by a job worker, such as a CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress.
-
#current_revision ⇒ Types::CurrentRevision
Represents information about a current revision.
-
#execution_details ⇒ Types::ExecutionDetails
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
-
#job_id ⇒ String
The ID of the job that successfully completed.
Instance Attribute Details
#client_token ⇒ 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.
4042 4043 4044 4045 4046 4047 4048 4049 4050 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4042 class PutThirdPartyJobSuccessResultInput < Struct.new( :job_id, :client_token, :current_revision, :continuation_token, :execution_details) SENSITIVE = [] include Aws::Structure end |
#continuation_token ⇒ String
A token generated by a job worker, such as a CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the partner action. When the action is complete, no continuation token should be supplied.
4042 4043 4044 4045 4046 4047 4048 4049 4050 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4042 class PutThirdPartyJobSuccessResultInput < Struct.new( :job_id, :client_token, :current_revision, :continuation_token, :execution_details) SENSITIVE = [] include Aws::Structure end |
#current_revision ⇒ Types::CurrentRevision
Represents information about a current revision.
4042 4043 4044 4045 4046 4047 4048 4049 4050 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4042 class PutThirdPartyJobSuccessResultInput < Struct.new( :job_id, :client_token, :current_revision, :continuation_token, :execution_details) SENSITIVE = [] include Aws::Structure end |
#execution_details ⇒ Types::ExecutionDetails
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
4042 4043 4044 4045 4046 4047 4048 4049 4050 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4042 class PutThirdPartyJobSuccessResultInput < Struct.new( :job_id, :client_token, :current_revision, :continuation_token, :execution_details) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID of the job that successfully completed. This is the same ID returned from ‘PollForThirdPartyJobs`.
4042 4043 4044 4045 4046 4047 4048 4049 4050 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4042 class PutThirdPartyJobSuccessResultInput < Struct.new( :job_id, :client_token, :current_revision, :continuation_token, :execution_details) SENSITIVE = [] include Aws::Structure end |