Class: Aws::Types::ListRecommendedActionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRecommendedActionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recommended_actions ⇒ ::Array[Types::RecommendedAction]
Returns the value of attribute recommended_actions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
37 38 39 |
# File 'sig/types.rbs', line 37 def next_token @next_token end |
#recommended_actions ⇒ ::Array[Types::RecommendedAction]
Returns the value of attribute recommended_actions.
36 37 38 |
# File 'sig/types.rbs', line 36 def recommended_actions @recommended_actions end |