Class: Aws::Types::UpdateRecommenderConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecommenderConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recommender_id ⇒ ::String
Returns the value of attribute recommender_id.
-
#update_recommender_configuration ⇒ Types::UpdateRecommenderConfiguration
Returns the value of attribute update_recommender_configuration.
Instance Attribute Details
#recommender_id ⇒ ::String
Returns the value of attribute recommender_id.
3151 3152 3153 |
# File 'sig/types.rbs', line 3151 def recommender_id @recommender_id end |
#update_recommender_configuration ⇒ Types::UpdateRecommenderConfiguration
Returns the value of attribute update_recommender_configuration.
3152 3153 3154 |
# File 'sig/types.rbs', line 3152 def update_recommender_configuration @update_recommender_configuration end |