You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::Evaluation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returns information about the approval rules applied to a pull request and whether conditions have been met.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rules_not_satisfiedArray<String>

The names of the approval rules that have not had their conditions met.

Returns:

  • (Array<String>)

    The names of the approval rules that have not had their conditions met.

#approval_rules_satisfiedArray<String>

The names of the approval rules that have had their conditions met.

Returns:

  • (Array<String>)

    The names of the approval rules that have had their conditions met.

#approvedBoolean

Whether the state of the pull request is approved.

Returns:

  • (Boolean)

    Whether the state of the pull request is approved.

#overriddenBoolean

Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.

Returns:

  • (Boolean)

    Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.