You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateApprovalRuleTemplateDescriptionInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_template_descriptionString

The updated description of the approval rule template.

Returns:

  • (String)

    The updated description of the approval rule template.

#approval_rule_template_nameString

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

Returns:

  • (String)

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