Class: Aws::Types::GetRecommendationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#item_list ⇒ ::Array[Types::PredictedItem]

Returns the value of attribute item_list.

Returns:



58
59
60
# File 'sig/types.rbs', line 58

def item_list
  @item_list
end

#recommendation_id ⇒ ::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def recommendation_id
  @recommendation_id
end