Class: Aws::CodeCommit::Types::DeletePullRequestApprovalRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::DeletePullRequestApprovalRuleOutput
- Defined in:
- gems/aws-sdk-codecommit/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.
2034 2035 2036 2037 2038 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2034 class DeletePullRequestApprovalRuleOutput < Struct.new( :approval_rule_id) SENSITIVE = [] include Aws::Structure end |