UpdatePullRequestApprovalStateInput
public struct UpdatePullRequestApprovalStateInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The approval state to associate with the user on the pull request.
Declaration
Swift
public let approvalState: ApprovalState
-
The system-generated ID of the pull request.
Declaration
Swift
public let pullRequestId: String
-
The system-generated ID of the revision.
Declaration
Swift
public let revisionId: String
-
Undocumented
Declaration
Swift
public init(approvalState: ApprovalState, pullRequestId: String, revisionId: String)