Class: Aws::CodeCommit::Types::GetPullRequestInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::GetPullRequestInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #pull_request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The system-generated ID of the pull request.
 
Instance Attribute Details
#pull_request_id ⇒ String
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
      3482 3483 3484 3485 3486  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 3482 class GetPullRequestInput < Struct.new( :pull_request_id) SENSITIVE = [] include Aws::Structure end  |