Class: Aws::Types::ListRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def next_token @next_token end |
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def recommendations @recommendations end |