Class: Aws::CodeCommit::Types::GetCommentReactionsInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::GetCommentReactionsInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #comment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the comment for which you want to get reactions information.
 - 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A non-zero, non-negative integer used to limit the number of returned results.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An enumeration token that, when provided in a request, returns the next batch of the results.
 - 
  
    
      #reaction_user_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 
Instance Attribute Details
#comment_id ⇒ String
The ID of the comment for which you want to get reactions information.
      2797 2798 2799 2800 2801 2802 2803 2804  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 2797 class GetCommentReactionsInput < Struct.new( :comment_id, :reaction_user_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.
      2797 2798 2799 2800 2801 2802 2803 2804  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 2797 class GetCommentReactionsInput < Struct.new( :comment_id, :reaction_user_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
An enumeration token that, when provided in a request, returns the next batch of the results.
      2797 2798 2799 2800 2801 2802 2803 2804  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 2797 class GetCommentReactionsInput < Struct.new( :comment_id, :reaction_user_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#reaction_user_arn ⇒ String
Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.
      2797 2798 2799 2800 2801 2802 2803 2804  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 2797 class GetCommentReactionsInput < Struct.new( :comment_id, :reaction_user_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  |