Class: Aws::Types::GetActionRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetActionRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_list ⇒ ::Array[Types::PredictedAction]
Returns the value of attribute action_list.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
Instance Attribute Details
#action_list ⇒ ::Array[Types::PredictedAction]
Returns the value of attribute action_list.
21 22 23 |
# File 'sig/types.rbs', line 21 def action_list @action_list end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
22 23 24 |
# File 'sig/types.rbs', line 22 def recommendation_id @recommendation_id end |