Class: Aws::RDS::Types::DBRecommendationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DBRecommendationMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_recommendation ⇒ Types::DBRecommendation
The recommendation for your DB instances, DB clusters, and DB parameter groups.
Instance Attribute Details
#db_recommendation ⇒ Types::DBRecommendation
The recommendation for your DB instances, DB clusters, and DB parameter groups.
10518 10519 10520 10521 10522 |
# File 'lib/aws-sdk-rds/types.rb', line 10518 class DBRecommendationMessage < Struct.new( :db_recommendation) SENSITIVE = [] include Aws::Structure end |