class Aws::CodeCommit::Types::DescribePullRequestEventsInput


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/DescribePullRequestEventsInput AWS API Documentation
@return [Integer]
events that can be returned in a result.
The default is 100 events, which is also the maximum number of
A non-negative integer used to limit the number of returned results.
@!attribute [rw] max_results
@return [String]
next batch of the results.
An enumeration token that when provided in a request, returns the
@!attribute [rw] next_token
@return [String]
additional commits or changing the status of a pull request.
the event. Examples include updating the pull request with
The Amazon Resource Name (ARN) of the user whose actions resulted in
@!attribute [rw] actor_arn
@return [String]
information.
Optional. The pull request event type about which you want to return
@!attribute [rw] pull_request_event_type
@return [String]
ListPullRequests.
The system-generated ID of the pull request. To get this ID, use
@!attribute [rw] pull_request_id
}
max_results: 1,
next_token: “NextToken”,
actor_arn: “Arn”,
pull_request_event_type: “PULL_REQUEST_CREATED”, # accepts PULL_REQUEST_CREATED, PULL_REQUEST_STATUS_CHANGED, PULL_REQUEST_SOURCE_REFERENCE_UPDATED, PULL_REQUEST_MERGE_STATE_CHANGED
pull_request_id: “PullRequestId”, # required
{
data as a hash:
@note When making an API call, you may pass DescribePullRequestEventsInput