Class: Aws::Types::ListRecommendationFeedbackResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRecommendationFeedbackResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recommendation_feedback_summaries ⇒ ::Array[Types::RecommendationFeedbackSummary]
Returns the value of attribute recommendation_feedback_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
202 203 204 |
# File 'sig/types.rbs', line 202 def next_token @next_token end |
#recommendation_feedback_summaries ⇒ ::Array[Types::RecommendationFeedbackSummary]
Returns the value of attribute recommendation_feedback_summaries.
201 202 203 |
# File 'sig/types.rbs', line 201 def recommendation_feedback_summaries @recommendation_feedback_summaries end |