EvaluatePullRequestApprovalRulesOutput

public struct EvaluatePullRequestApprovalRulesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names of the rules whose conditions have not been met (if any), whether the pull request is in the approved state, and whether the pull request approval rule has been set aside by an override.

    Declaration

    Swift

    public let evaluation: Evaluation
  • Undocumented

    Declaration

    Swift

    public init(evaluation: Evaluation)