class Aws::CodeCommit::Types::UpdateApprovalRuleTemplateDescriptionInput

@note When making an API call, you may pass UpdateApprovalRuleTemplateDescriptionInput

data as a hash:

    {
      approval_rule_template_name: "ApprovalRuleTemplateName", # required
      approval_rule_template_description: "ApprovalRuleTemplateDescription", # required
    }

@!attribute [rw] approval_rule_template_name

The name of the template for which you want to update the
description.
@return [String]

@!attribute [rw] approval_rule_template_description

The updated description of the approval rule template.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/UpdateApprovalRuleTemplateDescriptionInput AWS API Documentation

Constants

SENSITIVE