Class: Aws::Types::ListRecipesResponse

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)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def next_token
  @next_token
end

#recipes ⇒ ::Array[Types::RecipeSummary]

Returns the value of attribute recipes.

Returns:



1120
1121
1122
# File 'sig/types.rbs', line 1120

def recipes
  @recipes
end