GetPullRequestOverrideStateInput
public struct GetPullRequestOverrideStateInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden).
Declaration
Swift
public let pullRequestId: String
-
The system-generated ID of the revision for the pull request. To retrieve the most recent revision ID, use GetPullRequest.
Declaration
Swift
public let revisionId: String
-
Undocumented
Declaration
Swift
public init(pullRequestId: String, revisionId: String)