Class: Aws::Types::UpdateRecommenderConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecommenderConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recommendation_provider_id_type ⇒ ::String
Returns the value of attribute recommendation_provider_id_type.
-
#recommendation_provider_role_arn ⇒ ::String
Returns the value of attribute recommendation_provider_role_arn.
-
#recommendation_provider_uri ⇒ ::String
Returns the value of attribute recommendation_provider_uri.
-
#recommendation_transformer_uri ⇒ ::String
Returns the value of attribute recommendation_transformer_uri.
-
#recommendations_display_name ⇒ ::String
Returns the value of attribute recommendations_display_name.
-
#recommendations_per_message ⇒ ::Integer
Returns the value of attribute recommendations_per_message.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
3138 3139 3140 |
# File 'sig/types.rbs', line 3138 def attributes @attributes end |
#description ⇒ ::String
Returns the value of attribute description.
3139 3140 3141 |
# File 'sig/types.rbs', line 3139 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
3140 3141 3142 |
# File 'sig/types.rbs', line 3140 def name @name end |
#recommendation_provider_id_type ⇒ ::String
Returns the value of attribute recommendation_provider_id_type.
3141 3142 3143 |
# File 'sig/types.rbs', line 3141 def recommendation_provider_id_type @recommendation_provider_id_type end |
#recommendation_provider_role_arn ⇒ ::String
Returns the value of attribute recommendation_provider_role_arn.
3142 3143 3144 |
# File 'sig/types.rbs', line 3142 def recommendation_provider_role_arn @recommendation_provider_role_arn end |
#recommendation_provider_uri ⇒ ::String
Returns the value of attribute recommendation_provider_uri.
3143 3144 3145 |
# File 'sig/types.rbs', line 3143 def recommendation_provider_uri @recommendation_provider_uri end |
#recommendation_transformer_uri ⇒ ::String
Returns the value of attribute recommendation_transformer_uri.
3144 3145 3146 |
# File 'sig/types.rbs', line 3144 def recommendation_transformer_uri @recommendation_transformer_uri end |
#recommendations_display_name ⇒ ::String
Returns the value of attribute recommendations_display_name.
3145 3146 3147 |
# File 'sig/types.rbs', line 3145 def recommendations_display_name @recommendations_display_name end |
#recommendations_per_message ⇒ ::Integer
Returns the value of attribute recommendations_per_message.
3146 3147 3148 |
# File 'sig/types.rbs', line 3146 def @recommendations_per_message end |