class Aws::CodeCommit::Client
def delete_pull_request_approval_rule(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
delete_pull_request_approval_rule(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/DeletePullRequestApprovalRule - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::DeletePullRequestApprovalRuleOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:approval_rule_name
(required, String
) -- -
:pull_request_id
(required, String
) --
def delete_pull_request_approval_rule(params = {}, options = {}) req = build_request(:delete_pull_request_approval_rule, params) req.send_request(options) end