View source: R/codecommit_operations.R
codecommit_describe_pull_request_events | R Documentation |
Returns information about one or more pull request events.
See https://www.paws-r-sdk.com/docs/codecommit_describe_pull_request_events/ for full documentation.
codecommit_describe_pull_request_events(
pullRequestId,
pullRequestEventType = NULL,
actorArn = NULL,
nextToken = NULL,
maxResults = NULL
)
pullRequestId |
[required] The system-generated ID of the pull request. To get this ID, use
|
pullRequestEventType |
Optional. The pull request event type about which you want to return information. |
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. |
nextToken |
An enumeration token that, when provided in a request, returns the next batch of the results. |
maxResults |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.