Class: Aws::CodeCommit::Types::UpdateApprovalRuleTemplateNameInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::UpdateApprovalRuleTemplateNameInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#new_approval_rule_template_name ⇒ String
The new name you want to apply to the approval rule template.
-
#old_approval_rule_template_name ⇒ String
The current name of the approval rule template.
Instance Attribute Details
#new_approval_rule_template_name ⇒ String
The new name you want to apply to the approval rule template.
6857 6858 6859 6860 6861 6862 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6857 class UpdateApprovalRuleTemplateNameInput < Struct.new( :old_approval_rule_template_name, :new_approval_rule_template_name) SENSITIVE = [] include Aws::Structure end |
#old_approval_rule_template_name ⇒ String
The current name of the approval rule template.
6857 6858 6859 6860 6861 6862 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6857 class UpdateApprovalRuleTemplateNameInput < Struct.new( :old_approval_rule_template_name, :new_approval_rule_template_name) SENSITIVE = [] include Aws::Structure end |