class Aws::CodeCommit::Types::OverridePullRequestApprovalRulesInput

@note When making an API call, you may pass OverridePullRequestApprovalRulesInput

data as a hash:

    {
      pull_request_id: "PullRequestId", # required
      revision_id: "RevisionId", # required
      override_status: "OVERRIDE", # required, accepts OVERRIDE, REVOKE
    }

@!attribute [rw] pull_request_id

The system-generated ID of the pull request for which you want to
override all approval rule requirements. To get this information,
use GetPullRequest.
@return [String]

@!attribute [rw] revision_id

The system-generated ID of the most recent revision of the pull
request. You cannot override approval rules for anything but the
most recent revision of a pull request. To get the revision ID, use
GetPullRequest.
@return [String]

@!attribute [rw] override_status

Whether you want to set aside approval rule requirements for the
pull request (OVERRIDE) or revoke a previous override and apply
approval rule requirements (REVOKE). REVOKE status is not stored.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/OverridePullRequestApprovalRulesInput AWS API Documentation

Constants

SENSITIVE