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

Class: Aws::CodeCommit::Types::DeletePullRequestApprovalRuleInput

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

Overview

Note:

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

{
  pull_request_id: "PullRequestId", # required
  approval_rule_name: "ApprovalRuleName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_nameString

The name of the approval rule you want to delete.

Returns:

  • (String)

    The name of the approval rule you want to delete.

#pull_request_idString

The system-generated ID of the pull request that contains the approval rule you want to delete.

Returns:

  • (String)

    The system-generated ID of the pull request that contains the approval rule you want to delete.