Class: Aws::CodeCommit::Types::CreatePullRequestApprovalRuleOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::CreatePullRequestApprovalRuleOutput
 
 
- 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 created approval rule.
 
Instance Attribute Details
#approval_rule ⇒ Types::ApprovalRule
Information about the created approval rule.
      1570 1571 1572 1573 1574  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 1570 class CreatePullRequestApprovalRuleOutput < Struct.new( :approval_rule) SENSITIVE = [] include Aws::Structure end  |