Class: Aws::Types::ListRecommenderRecipesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRecommenderRecipesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recommender_recipes ⇒ ::Array[Types::RecommenderRecipe]
Returns the value of attribute recommender_recipes.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def next_token @next_token end |
#recommender_recipes ⇒ ::Array[Types::RecommenderRecipe]
Returns the value of attribute recommender_recipes.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def recommender_recipes @recommender_recipes end |