UpdatePullRequestTitleInput
public struct UpdatePullRequestTitleInput : 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 updated title of the pull request. This replaces the existing title.
Declaration
Swift
public let title: String
-
Undocumented
Declaration
Swift
public init(pullRequestId: String, title: String)
-
Declaration
Swift
public func validate(name: String) throws