ListPullRequestsInput
public struct ListPullRequestsInput : AWSShape
extension CodeCommit.ListPullRequestsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional. The Amazon Resource Name (ARN) of the user who created the pull request. If used, this filters the results to pull requests created by that user.
Declaration
Swift
public let authorArn: String?
-
A non-zero, non-negative integer used to limit the number of returned results.
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 status of the pull request. If used, this refines the results to the pull requests that match the specified status.
Declaration
Swift
public let pullRequestStatus: PullRequestStatusEnum?
-
The name of the repository for which you want to list pull requests.
Declaration
Swift
public let repositoryName: String
-
Undocumented
Declaration
Swift
public init(authorArn: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, pullRequestStatus: PullRequestStatusEnum? = nil, repositoryName: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CodeCommit.ListPullRequestsInput