Class: Aws::CodeCommit::Types::EvaluatePullRequestApprovalRulesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluationTypes::Evaluation

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.

Returns:



2287
2288
2289
2290
2291
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2287

class EvaluatePullRequestApprovalRulesOutput < Struct.new(
  :evaluation)
  SENSITIVE = []
  include Aws::Structure
end