Class: Aws::RDS::Types::ModifyDBRecommendationMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::ModifyDBRecommendationMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #locale  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The language of the modified recommendation.
 - 
  
    
      #recommendation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the recommendation to update.
 - 
  
    
      #recommended_action_updates  ⇒ Array<Types::RecommendedActionUpdate> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of recommended action status to update.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The recommendation status to update.
 
Instance Attribute Details
#locale ⇒ String
The language of the modified recommendation.
      19795 19796 19797 19798 19799 19800 19801 19802  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 19795 class ModifyDBRecommendationMessage < Struct.new( :recommendation_id, :locale, :status, :recommended_action_updates) SENSITIVE = [] include Aws::Structure end  | 
  
#recommendation_id ⇒ String
The identifier of the recommendation to update.
      19795 19796 19797 19798 19799 19800 19801 19802  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 19795 class ModifyDBRecommendationMessage < Struct.new( :recommendation_id, :locale, :status, :recommended_action_updates) SENSITIVE = [] include Aws::Structure end  | 
  
#recommended_action_updates ⇒ Array<Types::RecommendedActionUpdate>
The list of recommended action status to update. You can update multiple recommended actions at one time.
      19795 19796 19797 19798 19799 19800 19801 19802  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 19795 class ModifyDBRecommendationMessage < Struct.new( :recommendation_id, :locale, :status, :recommended_action_updates) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The recommendation status to update.
Valid values:
- 
active
 - 
dismissed
 
      19795 19796 19797 19798 19799 19800 19801 19802  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 19795 class ModifyDBRecommendationMessage < Struct.new( :recommendation_id, :locale, :status, :recommended_action_updates) SENSITIVE = [] include Aws::Structure end  |