AWS SDK Version 3 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.

Container for the parameters to the PutApprovalResult operation. Provides the response to a manual approval request to CodePipeline. Valid responses include Approved and Rejected.

Inheritance Hierarchy

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

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.CodePipeline.dll
Version: 3.x.y.z

Syntax

C#
public class PutApprovalResultRequest : AmazonCodePipelineRequest
         IAmazonWebServiceRequest

The PutApprovalResultRequest type exposes the following members

Constructors

NameDescription
Public Method PutApprovalResultRequest()

Properties

NameTypeDescription
Public Property ActionName System.String

Gets and sets the property ActionName.

The name of the action for which approval is requested.

Public Property PipelineName System.String

Gets and sets the property PipelineName.

The name of the pipeline that contains the action.

Public Property Result Amazon.CodePipeline.Model.ApprovalResult

Gets and sets the property Result.

Represents information about the result of the approval request.

Public Property StageName System.String

Gets and sets the property StageName.

The name of the stage that contains the action.

Public Property Token System.String

Gets and sets the property Token.

The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState action. It is used to validate that the approval request corresponding to this token is still valid.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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