Class: Aws::RDS::Types::ContextAttribute
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::ContextAttribute
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
The additional attributes of ‘RecommendedAction` data type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The key of ‘ContextAttribute`.
 - 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of ‘ContextAttribute`.
 
Instance Attribute Details
#key ⇒ String
The key of ‘ContextAttribute`.
      1182 1183 1184 1185 1186 1187  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 1182 class ContextAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ String
The value of ‘ContextAttribute`.
      1182 1183 1184 1185 1186 1187  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 1182 class ContextAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end  |