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.
| 21721 21722 21723 21724 21725 21726 | # File 'lib/aws-sdk-rds/types.rb', line 21721 class RecommendedActionUpdate < Struct.new( :action_id, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the updated recommendation action.
- 
‘applied` 
- 
‘scheduled` 
| 21721 21722 21723 21724 21725 21726 | # File 'lib/aws-sdk-rds/types.rb', line 21721 class RecommendedActionUpdate < Struct.new( :action_id, :status) SENSITIVE = [] include Aws::Structure end |