Class: Aws::Types::GetRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#item_list ⇒ ::Array[Types::PredictedItem]
Returns the value of attribute item_list.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
Instance Attribute Details
#item_list ⇒ ::Array[Types::PredictedItem]
Returns the value of attribute item_list.
58 59 60 |
# File 'sig/types.rbs', line 58 def item_list @item_list end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
59 60 61 |
# File 'sig/types.rbs', line 59 def recommendation_id @recommendation_id end |