Method: Aws::CodeCommit::Types::DeletePullRequestApprovalRuleInput#pull_request_id
- Defined in:
- lib/aws-sdk-codecommit/types.rb
#pull_request_id ⇒ String
The system-generated ID of the pull request that contains the approval rule you want to delete.
2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2016 class DeletePullRequestApprovalRuleInput < Struct.new( :pull_request_id, :approval_rule_name) SENSITIVE = [] include Aws::Structure end |