Class: Aws::Types::ListRecommenderRecipesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



1970
1971
1972
# File 'sig/types.rbs', line 1970

def recommender_recipes
  @recommender_recipes
end