Class: Aws::RDS::Types::DBRecommendationsMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DBRecommendationsMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_recommendations  ⇒ Array<Types::DBRecommendation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of recommendations which is returned from ‘DescribeDBRecommendations` API request.
 - 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional pagination token provided by a previous ‘DBRecommendationsMessage` request.
 
Instance Attribute Details
#db_recommendations ⇒ Array<Types::DBRecommendation>
A list of recommendations which is returned from ‘DescribeDBRecommendations` API request.
      10600 10601 10602 10603 10604 10605  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 10600 class DBRecommendationsMessage < Struct.new( :db_recommendations, :marker) SENSITIVE = [] include Aws::Structure end  | 
  
#marker ⇒ String
An optional pagination token provided by a previous ‘DBRecommendationsMessage` request. This token can be used later in a `DescribeDBRecomendations` request.
      10600 10601 10602 10603 10604 10605  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 10600 class DBRecommendationsMessage < Struct.new( :db_recommendations, :marker) SENSITIVE = [] include Aws::Structure end  |