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

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

Returns the value of attribute recommendations.

Returns:



419
420
421
# File 'sig/types.rbs', line 419

def recommendations
  @recommendations
end

#triggers ⇒ ::Array[Types::RecommendationTrigger]

Returns the value of attribute triggers.

Returns:



420
421
422
# File 'sig/types.rbs', line 420

def triggers
  @triggers
end