EvaluatePullRequestApprovalRulesInput

public struct EvaluatePullRequestApprovalRulesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The system-generated ID of the pull request you want to evaluate.

    Declaration

    Swift

    public let pullRequestId: String
  • The system-generated ID for the pull request revision. To retrieve the most recent revision ID for a pull request, use GetPullRequest.

    Declaration

    Swift

    public let revisionId: String
  • Undocumented

    Declaration

    Swift

    public init(pullRequestId: String, revisionId: String)