Class: Aws::CodeCommit::Types::GetCommentReactionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetCommentReactionsOutput
- 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.
-
#reactions_for_comment ⇒ Array<Types::ReactionForComment>
An array of reactions to the specified comment.
Instance Attribute Details
#next_token ⇒ String
An enumeration token that can be used in a request to return the next batch of the results.
2815 2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2815 class GetCommentReactionsOutput < Struct.new( :reactions_for_comment, :next_token) SENSITIVE = [] include Aws::Structure end |
#reactions_for_comment ⇒ Array<Types::ReactionForComment>
An array of reactions to the specified comment.
2815 2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2815 class GetCommentReactionsOutput < Struct.new( :reactions_for_comment, :next_token) SENSITIVE = [] include Aws::Structure end |