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

Class: Aws::CodeCommit::Types::EvaluatePullRequestApprovalRulesInput

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

Overview

Note:

When passing EvaluatePullRequestApprovalRulesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  pull_request_id: "PullRequestId", # required
  revision_id: "RevisionId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#pull_request_idString

The system-generated ID of the pull request you want to evaluate.

Returns:

  • (String)

    The system-generated ID of the pull request you want to evaluate.

#revision_idString

The system-generated ID for the pull request revision. To retrieve the most recent revision ID for a pull request, use GetPullRequest.

Returns:

  • (String)

    The system-generated ID for the pull request revision.