UpdatePullRequestDescriptionInput
public struct UpdatePullRequestDescriptionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The updated content of the description for the pull request. This content replaces the existing description.
Declaration
Swift
public let description: String
-
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(description: String, pullRequestId: String)
-
Declaration
Swift
public func validate(name: String) throws