GetPullRequestApprovalStatesInput
public struct GetPullRequestApprovalStatesInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The system-generated ID for the pull request.
Declaration
Swift
public let pullRequestId: String -
The system-generated ID for the pull request revision.
Declaration
Swift
public let revisionId: String -
Undocumented
Declaration
Swift
public init(pullRequestId: String, revisionId: String)
View on GitHub
GetPullRequestApprovalStatesInput Structure Reference