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.
546 547 548 |
# File 'sig/types.rbs', line 546 def next_token @next_token end |
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
545 546 547 |
# File 'sig/types.rbs', line 545 def recommendations @recommendations end |