Class: Aws::ComputeOptimizer::Types::GetRDSDatabaseRecommendationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-computeoptimizer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::GetRecommendationError>

An array of objects that describe errors of the request.

Returns:



3640
3641
3642
3643
3644
3645
3646
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3640

class GetRDSDatabaseRecommendationsResponse < Struct.new(
  :next_token,
  :rds_db_recommendations,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to advance to the next page of Amazon RDS recommendations.

Returns:

  • (String)


3640
3641
3642
3643
3644
3645
3646
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3640

class GetRDSDatabaseRecommendationsResponse < Struct.new(
  :next_token,
  :rds_db_recommendations,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#rds_db_recommendationsArray<Types::RDSDBRecommendation>

An array of objects that describe the Amazon RDS recommendations.

Returns:



3640
3641
3642
3643
3644
3645
3646
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3640

class GetRDSDatabaseRecommendationsResponse < Struct.new(
  :next_token,
  :rds_db_recommendations,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end