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:



2363
2364
2365
2366
2367
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2363

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