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.
      10581 10582 10583 10584 10585  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 10581 class DBRecommendationMessage < Struct.new( :db_recommendation) SENSITIVE = [] include Aws::Structure end  |