Class: Aws::CodeCommit::Types::GetCommentReactionsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comment_idString

The ID of the comment for which you want to get reactions information.

Returns:

  • (String)


2797
2798
2799
2800
2801
2802
2803
2804
# File 'gems/aws-sdk-codecommit/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_resultsInteger

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.

Returns:

  • (Integer)


2797
2798
2799
2800
2801
2802
2803
2804
# File 'gems/aws-sdk-codecommit/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_tokenString

An enumeration token that, when provided in a request, returns the next batch of the results.

Returns:

  • (String)


2797
2798
2799
2800
2801
2802
2803
2804
# File 'gems/aws-sdk-codecommit/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_arnString

Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.

Returns:

  • (String)


2797
2798
2799
2800
2801
2802
2803
2804
# File 'gems/aws-sdk-codecommit/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