Class: Aws::CodeCommit::Types::DeleteApprovalRuleTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::DeleteApprovalRuleTemplateOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_rule_template_id ⇒ String
The system-generated ID of the deleted approval rule template.
Instance Attribute Details
#approval_rule_template_id ⇒ String
The system-generated ID of the deleted approval rule template. If the template has been previously deleted, the only response is a 200 OK.
1830 1831 1832 1833 1834 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1830 class DeleteApprovalRuleTemplateOutput < Struct.new( :approval_rule_template_id) SENSITIVE = [] include Aws::Structure end |