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.

Returns information about a pull request event.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.PullRequestEvent

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

Syntax

C#
public class PullRequestEvent

The PullRequestEvent type exposes the following members

Constructors

NameDescription
Public Method PullRequestEvent()

Properties

NameTypeDescription
Public Property ActorArn System.String

Gets and sets the property ActorArn.

The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.

Public Property ApprovalRuleEventMetadata Amazon.CodeCommit.Model.ApprovalRuleEventMetadata

Gets and sets the property ApprovalRuleEventMetadata.

Information about a pull request event.

Public Property ApprovalRuleOverriddenEventMetadata Amazon.CodeCommit.Model.ApprovalRuleOverriddenEventMetadata

Gets and sets the property ApprovalRuleOverriddenEventMetadata.

Information about an approval rule override event for a pull request.

Public Property ApprovalStateChangedEventMetadata Amazon.CodeCommit.Model.ApprovalStateChangedEventMetadata

Gets and sets the property ApprovalStateChangedEventMetadata.

Information about an approval state change for a pull request.

Public Property EventDate System.DateTime

Gets and sets the property EventDate.

The day and time of the pull request event, in timestamp format.

Public Property PullRequestCreatedEventMetadata Amazon.CodeCommit.Model.PullRequestCreatedEventMetadata

Gets and sets the property PullRequestCreatedEventMetadata.

Information about the source and destination branches for the pull request.

Public Property PullRequestEventType Amazon.CodeCommit.PullRequestEventType

Gets and sets the property PullRequestEventType.

The type of the pull request event (for example, a status change event (PULL_REQUEST_STATUS_CHANGED) or update event (PULL_REQUEST_SOURCE_REFERENCE_UPDATED)).

Public Property PullRequestId System.String

Gets and sets the property PullRequestId.

The system-generated ID of the pull request.

Public Property PullRequestMergedStateChangedEventMetadata Amazon.CodeCommit.Model.PullRequestMergedStateChangedEventMetadata

Gets and sets the property PullRequestMergedStateChangedEventMetadata.

Information about the change in mergability state for the pull request event.

Public Property PullRequestSourceReferenceUpdatedEventMetadata Amazon.CodeCommit.Model.PullRequestSourceReferenceUpdatedEventMetadata

Gets and sets the property PullRequestSourceReferenceUpdatedEventMetadata.

Information about the updated source branch for the pull request event.

Public Property PullRequestStatusChangedEventMetadata Amazon.CodeCommit.Model.PullRequestStatusChangedEventMetadata

Gets and sets the property PullRequestStatusChangedEventMetadata.

Information about the change in status for the pull request event.

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