Class: Aws::CodeCommit::Types::UpdateApprovalRuleTemplateNameInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#new_approval_rule_template_nameString

The new name you want to apply to the approval rule template.

Returns:

  • (String)


6853
6854
6855
6856
6857
6858
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6853

class UpdateApprovalRuleTemplateNameInput < Struct.new(
  :old_approval_rule_template_name,
  :new_approval_rule_template_name)
  SENSITIVE = []
  include Aws::Structure
end

#old_approval_rule_template_nameString

The current name of the approval rule template.

Returns:

  • (String)


6853
6854
6855
6856
6857
6858
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6853

class UpdateApprovalRuleTemplateNameInput < Struct.new(
  :old_approval_rule_template_name,
  :new_approval_rule_template_name)
  SENSITIVE = []
  include Aws::Structure
end