Class: Aws::RDS::Types::DBRecommendationMessage

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_recommendationTypes::DBRecommendation

The recommendation for your DB instances, DB clusters, and DB parameter groups.



10138
10139
10140
10141
10142
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10138

class DBRecommendationMessage < Struct.new(
  :db_recommendation)
  SENSITIVE = []
  include Aws::Structure
end