Class: Aws::CodeGuruReviewer::Types::ListRecommendationFeedbackResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::ListRecommendationFeedbackResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurureviewer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If ‘nextToken` is returned, there are more results available.
-
#recommendation_feedback_summaries ⇒ Array<Types::RecommendationFeedbackSummary>
Recommendation feedback summaries corresponding to the code review ARN.
Instance Attribute Details
#next_token ⇒ String
If ‘nextToken` is returned, there are more results available. The value of `nextToken` is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
915 916 917 918 919 920 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 915 class ListRecommendationFeedbackResponse < Struct.new( :recommendation_feedback_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#recommendation_feedback_summaries ⇒ Array<Types::RecommendationFeedbackSummary>
Recommendation feedback summaries corresponding to the code review ARN.
915 916 917 918 919 920 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 915 class ListRecommendationFeedbackResponse < Struct.new( :recommendation_feedback_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |