Class: Aws::CodeGuruReviewer::Types::ListRecommendationFeedbackResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


915
916
917
918
919
920
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 915

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

#recommendation_feedback_summariesArray<Types::RecommendationFeedbackSummary>

Recommendation feedback summaries corresponding to the code review ARN.



915
916
917
918
919
920
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 915

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