Class: Aws::Types::SearchRecommendationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:recommendations])

Instance Attribute Summary collapse

Instance Attribute Details

#profile_id ⇒ ::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


2638
2639
2640
# File 'sig/types.rbs', line 2638

def profile_id
  @profile_id
end

#recommendations ⇒ ::Array[Types::Recommendation]

Returns the value of attribute recommendations.

Returns:



2639
2640
2641
# File 'sig/types.rbs', line 2639

def recommendations
  @recommendations
end