Class: Aws::RDS::Types::RecommendedActionParameter
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::RecommendedActionParameter
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
A single parameter to use with the ‘RecommendedAction` API operation to apply the action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The key of the parameter to use with the ‘RecommendedAction` API operation.
 - 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the parameter to use with the ‘RecommendedAction` API operation.
 
Instance Attribute Details
#key ⇒ String
The key of the parameter to use with the ‘RecommendedAction` API operation.
      22137 22138 22139 22140 22141 22142  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 22137 class RecommendedActionParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ String
The value of the parameter to use with the ‘RecommendedAction` API operation.
      22137 22138 22139 22140 22141 22142  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 22137 class RecommendedActionParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end  |