Class: Aws::Types::GetPersonalizedRankingResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPersonalizedRankingResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#personalized_ranking ⇒ ::Array[Types::PredictedItem]
Returns the value of attribute personalized_ranking.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
Instance Attribute Details
#personalized_ranking ⇒ ::Array[Types::PredictedItem]
Returns the value of attribute personalized_ranking.
38 39 40 |
# File 'sig/types.rbs', line 38 def personalized_ranking @personalized_ranking end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
39 40 41 |
# File 'sig/types.rbs', line 39 def recommendation_id @recommendation_id end |