class Aws::CodeCommit::Types::UpdatePullRequestApprovalStateInput

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

data as a hash:

    {
      pull_request_id: "PullRequestId", # required
      revision_id: "RevisionId", # required
      approval_state: "APPROVE", # required, accepts APPROVE, REVOKE
    }

@!attribute [rw] pull_request_id

The system-generated ID of the pull request.
@return [String]

@!attribute [rw] revision_id

The system-generated ID of the revision.
@return [String]

@!attribute [rw] approval_state

The approval state to associate with the user on the pull request.
@return [String]

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

Constants

SENSITIVE