Class: Aws::Types::DBRecommendationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DBRecommendationsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_recommendations ⇒ ::Array[Types::DBRecommendation]
Returns the value of attribute db_recommendations.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_recommendations ⇒ ::Array[Types::DBRecommendation]
Returns the value of attribute db_recommendations.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def db_recommendations @db_recommendations end |
#marker ⇒ ::String
Returns the value of attribute marker.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def marker @marker end |