Class: Aws::CodeCommit::Types::DescribePullRequestEventsOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::DescribePullRequestEventsOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An enumeration token that can be used in a request to return the next batch of the results.
 - 
  
    
      #pull_request_events  ⇒ Array<Types::PullRequestEvent> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the pull request events.
 
Instance Attribute Details
#next_token ⇒ String
An enumeration token that can be used in a request to return the next batch of the results.
      2223 2224 2225 2226 2227 2228  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 2223 class DescribePullRequestEventsOutput < Struct.new( :pull_request_events, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#pull_request_events ⇒ Array<Types::PullRequestEvent>
Information about the pull request events.
      2223 2224 2225 2226 2227 2228  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 2223 class DescribePullRequestEventsOutput < Struct.new( :pull_request_events, :next_token) SENSITIVE = [] include Aws::Structure end  |