Class: Aws::Types::RecommenderConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::RecommenderConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#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.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def attributes @attributes end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def id @id end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
2518 2519 2520 |
# File 'sig/types.rbs', line 2518 def name @name end |
#recommendation_provider_id_type ⇒ ::String
Returns the value of attribute recommendation_provider_id_type.
2519 2520 2521 |
# File 'sig/types.rbs', line 2519 def recommendation_provider_id_type @recommendation_provider_id_type end |
#recommendation_provider_role_arn ⇒ ::String
Returns the value of attribute recommendation_provider_role_arn.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def recommendation_provider_role_arn @recommendation_provider_role_arn end |
#recommendation_provider_uri ⇒ ::String
Returns the value of attribute recommendation_provider_uri.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def recommendation_provider_uri @recommendation_provider_uri end |
#recommendation_transformer_uri ⇒ ::String
Returns the value of attribute recommendation_transformer_uri.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def recommendation_transformer_uri @recommendation_transformer_uri end |
#recommendations_display_name ⇒ ::String
Returns the value of attribute recommendations_display_name.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def recommendations_display_name @recommendations_display_name end |
#recommendations_per_message ⇒ ::Integer
Returns the value of attribute recommendations_per_message.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def @recommendations_per_message end |