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
- Struct
- Aws::CodeCommit::Types::UpdateApprovalRuleTemplateDescriptionInput
 
- 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
- 
  
    
      #approval_rule_template_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The updated description of the approval rule template. 
- 
  
    
      #approval_rule_template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the template for which you want to update the description. 
Instance Attribute Details
#approval_rule_template_description ⇒ String
The updated description of the approval rule template.
#approval_rule_template_name ⇒ String
The name of the template for which you want to update the description.