DescribePullRequestEventsInput

public struct DescribePullRequestEventsInput : AWSShape
extension CodeCommit.DescribePullRequestEventsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let actorArn: String?
  • 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.

    Declaration

    Swift

    public let maxResults: Int?
  • An enumeration token that, when provided in a request, returns the next batch of the results.

    Declaration

    Swift

    public let nextToken: String?
  • Optional. The pull request event type about which you want to return information.

    Declaration

    Swift

    public let pullRequestEventType: PullRequestEventType?
  • The system-generated ID of the pull request. To get this ID, use ListPullRequests.

    Declaration

    Swift

    public let pullRequestId: String
  • Undocumented

    Declaration

    Swift

    public init(actorArn: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, pullRequestEventType: PullRequestEventType? = nil, pullRequestId: String)