Class: Aws::CodeCommit::Types::DisassociateApprovalRuleTemplateFromRepositoryInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::DisassociateApprovalRuleTemplateFromRepositoryInput
 
 
- 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 to disassociate from a specified repository.
 - 
  
    
      #repository_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the repository you want to disassociate from the template.
 
Instance Attribute Details
#approval_rule_template_name ⇒ String
The name of the approval rule template to disassociate from a specified repository.
      2278 2279 2280 2281 2282 2283  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 2278 class DisassociateApprovalRuleTemplateFromRepositoryInput < Struct.new( :approval_rule_template_name, :repository_name) SENSITIVE = [] include Aws::Structure end  | 
  
#repository_name ⇒ String
The name of the repository you want to disassociate from the template.
      2278 2279 2280 2281 2282 2283  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 2278 class DisassociateApprovalRuleTemplateFromRepositoryInput < Struct.new( :approval_rule_template_name, :repository_name) SENSITIVE = [] include Aws::Structure end  |