class Aws::CodeCommit::Types::DescribePullRequestEventsInput

@note When making an API call, you may pass DescribePullRequestEventsInput

data as a hash:

    {
      pull_request_id: "PullRequestId", # required
      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_APPROVAL_RULE_CREATED, PULL_REQUEST_APPROVAL_RULE_UPDATED, PULL_REQUEST_APPROVAL_RULE_DELETED, PULL_REQUEST_APPROVAL_RULE_OVERRIDDEN, PULL_REQUEST_APPROVAL_STATE_CHANGED
      actor_arn: "Arn",
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] pull_request_id

The system-generated ID of the pull request. To get this ID, use
ListPullRequests.
@return [String]

@!attribute [rw] pull_request_event_type

Optional. The pull request event type about which you want to return
information.
@return [String]

@!attribute [rw] actor_arn

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.
@return [String]

@!attribute [rw] next_token

An enumeration token that, when provided in a request, returns the
next batch of the results.
@return [String]

@!attribute [rw] max_results

A non-zero, non-negative integer used to limit the number of
returned results. The default is 100 events, which is also the
maximum number of events that can be returned in a result.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/DescribePullRequestEventsInput AWS API Documentation

Constants

SENSITIVE