Class: Aws::Types::ModifyDBRecommendationMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBRecommendationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
-
#recommended_action_updates ⇒ ::Array[Types::RecommendedActionUpdate]
Returns the value of attribute recommended_action_updates.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#locale ⇒ ::String
Returns the value of attribute locale.
3172 3173 3174 |
# File 'sig/types.rbs', line 3172 def locale @locale end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
3171 3172 3173 |
# File 'sig/types.rbs', line 3171 def recommendation_id @recommendation_id end |
#recommended_action_updates ⇒ ::Array[Types::RecommendedActionUpdate]
Returns the value of attribute recommended_action_updates.
3174 3175 3176 |
# File 'sig/types.rbs', line 3174 def recommended_action_updates @recommended_action_updates end |
#status ⇒ ::String
Returns the value of attribute status.
3173 3174 3175 |
# File 'sig/types.rbs', line 3173 def status @status end |