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

Class: Aws::CodeCommit::Types::GetPullRequestOverrideStateOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#overriddenBoolean

A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).

Returns:

  • (Boolean)

    A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).

#overriderString

The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.