Class: Aws::CodeCommit::Types::EvaluatePullRequestApprovalRulesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::EvaluatePullRequestApprovalRulesOutput
- Defined in:
- gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation ⇒ Types::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.
Instance Attribute Details
#evaluation ⇒ Types::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.
2593 2594 2595 2596 2597 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2593 class EvaluatePullRequestApprovalRulesOutput < Struct.new( :evaluation) SENSITIVE = [] include Aws::Structure end |