Class: Aws::CodeCommit::Types::UpdateApprovalRuleTemplateDescriptionInput

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

#approval_rule_template_descriptionString

The updated description of the approval rule template.

Returns:

  • (String)


6824
6825
6826
6827
6828
6829
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6824

class UpdateApprovalRuleTemplateDescriptionInput < Struct.new(
  :approval_rule_template_name,
  :approval_rule_template_description)
  SENSITIVE = []
  include Aws::Structure
end

#approval_rule_template_nameString

The name of the template for which you want to update the description.

Returns:

  • (String)


6824
6825
6826
6827
6828
6829
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6824

class UpdateApprovalRuleTemplateDescriptionInput < Struct.new(
  :approval_rule_template_name,
  :approval_rule_template_description)
  SENSITIVE = []
  include Aws::Structure
end