UpdatePullRequestStatusInput
public struct UpdatePullRequestStatusInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
Declaration
Swift
public let pullRequestId: String
-
The status of the pull request. The only valid operations are to update the status from OPEN to OPEN, OPEN to CLOSED or from CLOSED to CLOSED.
Declaration
Swift
public let pullRequestStatus: PullRequestStatusEnum
-
Undocumented
Declaration
Swift
public init(pullRequestId: String, pullRequestStatus: PullRequestStatusEnum)