Class: Aws::CodeCommit::Types::DeleteApprovalRuleTemplateOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::DeleteApprovalRuleTemplateOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #approval_rule_template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The system-generated ID of the deleted approval rule template.
 
Instance Attribute Details
#approval_rule_template_id ⇒ String
The system-generated ID of the deleted approval rule template. If the template has been previously deleted, the only response is a 200 OK.
      1832 1833 1834 1835 1836  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 1832 class DeleteApprovalRuleTemplateOutput < Struct.new( :approval_rule_template_id) SENSITIVE = [] include Aws::Structure end  |