Class: Aws::Types::SearchRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
Instance Attribute Details
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
2638 2639 2640 |
# File 'sig/types.rbs', line 2638 def profile_id @profile_id end |
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
2639 2640 2641 |
# File 'sig/types.rbs', line 2639 def recommendations @recommendations end |