Class: Aws::RDS::Types::ModifyDBRecommendationMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#localeString

The language of the modified recommendation.

Returns:

  • (String)


19227
19228
19229
19230
19231
19232
19233
19234
# File 'lib/aws-sdk-rds/types.rb', line 19227

class ModifyDBRecommendationMessage < Struct.new(
  :recommendation_id,
  :locale,
  :status,
  :recommended_action_updates)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idString

The identifier of the recommendation to update.

Returns:

  • (String)


19227
19228
19229
19230
19231
19232
19233
19234
# File 'lib/aws-sdk-rds/types.rb', line 19227

class ModifyDBRecommendationMessage < Struct.new(
  :recommendation_id,
  :locale,
  :status,
  :recommended_action_updates)
  SENSITIVE = []
  include Aws::Structure
end

The list of recommended action status to update. You can update multiple recommended actions at one time.

Returns:



19227
19228
19229
19230
19231
19232
19233
19234
# File 'lib/aws-sdk-rds/types.rb', line 19227

class ModifyDBRecommendationMessage < Struct.new(
  :recommendation_id,
  :locale,
  :status,
  :recommended_action_updates)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The recommendation status to update.

Valid values:

  • active

  • dismissed

Returns:

  • (String)


19227
19228
19229
19230
19231
19232
19233
19234
# File 'lib/aws-sdk-rds/types.rb', line 19227

class ModifyDBRecommendationMessage < Struct.new(
  :recommendation_id,
  :locale,
  :status,
  :recommended_action_updates)
  SENSITIVE = []
  include Aws::Structure
end