Class: Aws::RDS::Types::DBRecommendationsMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_recommendationsArray<Types::DBRecommendation>

A list of recommendations which is returned from DescribeDBRecommendations API request.

Returns:



10315
10316
10317
10318
10319
10320
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10315

class DBRecommendationsMessage < Struct.new(
  :db_recommendations,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

An optional pagination token provided by a previous DBRecommendationsMessage request. This token can be used later in a DescribeDBRecomendations request.

Returns:

  • (String)


10315
10316
10317
10318
10319
10320
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10315

class DBRecommendationsMessage < Struct.new(
  :db_recommendations,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end