AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the PutJobSuccessResult operation. Represents the success of a job as returned to the pipeline by a job worker. Only used for custom actions.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodePipeline.AmazonCodePipelineRequest
      Amazon.CodePipeline.Model.PutJobSuccessResultRequest

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class PutJobSuccessResultRequest : AmazonCodePipelineRequest
         IRequestEvents

The PutJobSuccessResultRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContinuationToken System.String Gets and sets the property ContinuationToken.

A system-generated token, such as a AWS CodeDeploy deployment ID, that the successful job used to complete a job asynchronously.

Public Property CurrentRevision Amazon.CodePipeline.Model.CurrentRevision Gets and sets the property CurrentRevision.

The ID of the current revision of the artifact successfully worked upon by the job.

Public Property ExecutionDetails Amazon.CodePipeline.Model.ExecutionDetails Gets and sets the property ExecutionDetails.

The execution details of the successful job, such as the actions taken by the job worker.

Public Property JobId System.String Gets and sets the property JobId.

The unique system-generated ID of the job that succeeded. This is the same ID returned from PollForJobs.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5