Class: Aws::RDS::Types::RecommendedActionUpdate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::RecommendedActionUpdate
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
The recommended status to update for the specified recommendation action ID.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier of the updated recommendation action.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the updated recommendation action.
 
Instance Attribute Details
#action_id ⇒ String
A unique identifier of the updated recommendation action.
      22161 22162 22163 22164 22165 22166  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 22161 class RecommendedActionUpdate < Struct.new( :action_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the updated recommendation action.
- 
‘applied`
 - 
‘scheduled`
 
      22161 22162 22163 22164 22165 22166  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 22161 class RecommendedActionUpdate < Struct.new( :action_id, :status) SENSITIVE = [] include Aws::Structure end  |