Class: Aws::Types::GetRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recommendations ⇒ ::Array[Types::RecommendationData]
Returns the value of attribute recommendations.
-
#triggers ⇒ ::Array[Types::RecommendationTrigger]
Returns the value of attribute triggers.
Instance Attribute Details
#recommendations ⇒ ::Array[Types::RecommendationData]
Returns the value of attribute recommendations.
419 420 421 |
# File 'sig/types.rbs', line 419 def recommendations @recommendations end |
#triggers ⇒ ::Array[Types::RecommendationTrigger]
Returns the value of attribute triggers.
420 421 422 |
# File 'sig/types.rbs', line 420 def triggers @triggers end |