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.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def recommendations @recommendations end |
#triggers ⇒ ::Array[Types::RecommendationTrigger]
Returns the value of attribute triggers.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def triggers @triggers end |