Class: Aws::CodeCommit::Types::DeletePullRequestApprovalRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::DeletePullRequestApprovalRuleOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_rule_id ⇒ String
The ID of the deleted approval rule.
Instance Attribute Details
#approval_rule_id ⇒ String
The ID of the deleted approval rule.
<note markdown=“1”> If the approval rule was deleted in an earlier API call, the response is 200 OK without content.
</note>
2034 2035 2036 2037 2038 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2034 class DeletePullRequestApprovalRuleOutput < Struct.new( :approval_rule_id) SENSITIVE = [] include Aws::Structure end |