Class: Aws::Types::GetRDSDatabaseRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRDSDatabaseRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::GetRecommendationError]
Returns the value of attribute errors.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rds_db_recommendations ⇒ ::Array[Types::RDSDBRecommendation]
Returns the value of attribute rds_db_recommendations.
Instance Attribute Details
#errors ⇒ ::Array[Types::GetRecommendationError]
Returns the value of attribute errors.
655 656 657 |
# File 'sig/types.rbs', line 655 def errors @errors end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
653 654 655 |
# File 'sig/types.rbs', line 653 def next_token @next_token end |
#rds_db_recommendations ⇒ ::Array[Types::RDSDBRecommendation]
Returns the value of attribute rds_db_recommendations.
654 655 656 |
# File 'sig/types.rbs', line 654 def rds_db_recommendations @rds_db_recommendations end |