Class: Aws::CodeCommit::Types::OriginApprovalRuleTemplate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::OriginApprovalRuleTemplate
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Returns information about the template that created the approval rule for a pull request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #approval_rule_template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the template that created the approval rule.
 - 
  
    
      #approval_rule_template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the template that created the approval rule.
 
Instance Attribute Details
#approval_rule_template_id ⇒ String
The ID of the template that created the approval rule.
      5215 5216 5217 5218 5219 5220  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 5215 class OriginApprovalRuleTemplate < Struct.new( :approval_rule_template_id, :approval_rule_template_name) SENSITIVE = [] include Aws::Structure end  | 
  
#approval_rule_template_name ⇒ String
The name of the template that created the approval rule.
      5215 5216 5217 5218 5219 5220  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 5215 class OriginApprovalRuleTemplate < Struct.new( :approval_rule_template_id, :approval_rule_template_name) SENSITIVE = [] include Aws::Structure end  |