Class: Aws::CodeCommit::Types::UpdateApprovalRuleTemplateNameOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeCommit::Types::UpdateApprovalRuleTemplateNameOutput
 
- Defined in:
- gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #approval_rule_template  ⇒ Types::ApprovalRuleTemplate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The structure and content of the updated approval rule template. 
Instance Attribute Details
#approval_rule_template ⇒ Types::ApprovalRuleTemplate
The structure and content of the updated approval rule template.
| 6870 6871 6872 6873 6874 | # File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6870 class UpdateApprovalRuleTemplateNameOutput < Struct.new( :approval_rule_template) SENSITIVE = [] include Aws::Structure end |