Class: Aws::CodeCommit::Types::GetCommentReactionsOutput

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

#next_tokenString

An enumeration token that can be used in a request to return the next batch of the results.

Returns:

  • (String)


2817
2818
2819
2820
2821
2822
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2817

class GetCommentReactionsOutput < Struct.new(
  :reactions_for_comment,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#reactions_for_commentArray<Types::ReactionForComment>

An array of reactions to the specified comment.

Returns:



2817
2818
2819
2820
2821
2822
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2817

class GetCommentReactionsOutput < Struct.new(
  :reactions_for_comment,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end