GetPullRequestApprovalStatesOutput
public struct GetPullRequestApprovalStatesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about users who have approved the pull request.
Declaration
Swift
public let approvals: [Approval]? -
Undocumented
Declaration
Swift
public init(approvals: [Approval]? = nil)
View on GitHub
GetPullRequestApprovalStatesOutput Structure Reference