Class: Aws::CodeCommit::Types::UpdatePullRequestApprovalRuleContentOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::UpdatePullRequestApprovalRuleContentOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #approval_rule  ⇒ Types::ApprovalRule 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the updated approval rule.
 
Instance Attribute Details
#approval_rule ⇒ Types::ApprovalRule
Information about the updated approval rule.
      6999 7000 7001 7002 7003  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 6999 class UpdatePullRequestApprovalRuleContentOutput < Struct.new( :approval_rule) SENSITIVE = [] include Aws::Structure end  |