Class: Aws::CodeCommit::Types::GetCommentsForPullRequestOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::GetCommentsForPullRequestOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #comments_for_pull_request_data  ⇒ Array<Types::CommentsForPullRequest> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of comment objects on the pull request.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An enumeration token that can be used in a request to return the next batch of the results.
 
Instance Attribute Details
#comments_for_pull_request_data ⇒ Array<Types::CommentsForPullRequest>
An array of comment objects on the pull request.
      2939 2940 2941 2942 2943 2944  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 2939 class GetCommentsForPullRequestOutput < Struct.new( :comments_for_pull_request_data, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
An enumeration token that can be used in a request to return the next batch of the results.
      2939 2940 2941 2942 2943 2944  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 2939 class GetCommentsForPullRequestOutput < Struct.new( :comments_for_pull_request_data, :next_token) SENSITIVE = [] include Aws::Structure end  |