Class: Aws::CodeCommit::Types::DeleteApprovalRuleTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::DeleteApprovalRuleTemplateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_rule_template_name ⇒ String
The name of the approval rule template to delete.
Instance Attribute Details
#approval_rule_template_name ⇒ String
The name of the approval rule template to delete.
1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1816 class DeleteApprovalRuleTemplateInput < Struct.new( :approval_rule_template_name) SENSITIVE = [] include Aws::Structure end |