ListPullRequestsOutput
public struct ListPullRequestsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An enumeration token that allows the operation to batch the next results of the operation.
Declaration
Swift
public let nextToken: String?
-
The system-generated IDs of the pull requests.
Declaration
Swift
public let pullRequestIds: [String]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, pullRequestIds: [String])