Class: Aws::Types::CreateRecommenderConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateRecommenderConfiguration
- 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.
607 608 609 |
# File 'sig/types.rbs', line 607 def attributes @attributes end |
#description ⇒ ::String
Returns the value of attribute description.
608 609 610 |
# File 'sig/types.rbs', line 608 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
609 610 611 |
# File 'sig/types.rbs', line 609 def name @name end |
#recommendation_provider_id_type ⇒ ::String
Returns the value of attribute recommendation_provider_id_type.
610 611 612 |
# File 'sig/types.rbs', line 610 def recommendation_provider_id_type @recommendation_provider_id_type end |
#recommendation_provider_role_arn ⇒ ::String
Returns the value of attribute recommendation_provider_role_arn.
611 612 613 |
# File 'sig/types.rbs', line 611 def recommendation_provider_role_arn @recommendation_provider_role_arn end |
#recommendation_provider_uri ⇒ ::String
Returns the value of attribute recommendation_provider_uri.
612 613 614 |
# File 'sig/types.rbs', line 612 def recommendation_provider_uri @recommendation_provider_uri end |
#recommendation_transformer_uri ⇒ ::String
Returns the value of attribute recommendation_transformer_uri.
613 614 615 |
# File 'sig/types.rbs', line 613 def recommendation_transformer_uri @recommendation_transformer_uri end |
#recommendations_display_name ⇒ ::String
Returns the value of attribute recommendations_display_name.
614 615 616 |
# File 'sig/types.rbs', line 614 def recommendations_display_name @recommendations_display_name end |
#recommendations_per_message ⇒ ::Integer
Returns the value of attribute recommendations_per_message.
615 616 617 |
# File 'sig/types.rbs', line 615 def @recommendations_per_message end |