Class: Aws::CodeCommit::Types::GetApprovalRuleTemplateInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::GetApprovalRuleTemplateInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #approval_rule_template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the approval rule template for which you want to get information.
 
Instance Attribute Details
#approval_rule_template_name ⇒ String
The name of the approval rule template for which you want to get information.
      2664 2665 2666 2667 2668  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 2664 class GetApprovalRuleTemplateInput < Struct.new( :approval_rule_template_name) SENSITIVE = [] include Aws::Structure end  |