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

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

#localeString

The language of the modified recommendation.

Returns:

  • (String)


19815
19816
19817
19818
19819
19820
19821
19822
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19815

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)


19815
19816
19817
19818
19819
19820
19821
19822
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19815

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:



19815
19816
19817
19818
19819
19820
19821
19822
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19815

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)


19815
19816
19817
19818
19819
19820
19821
19822
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19815

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