Class: Aws::Types::RecommenderSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecommenderSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#latest_recommender_update ⇒ Types::RecommenderUpdate
Returns the value of attribute latest_recommender_update.
-
#recipe_name ⇒ "recommended-for-you", ...
Returns the value of attribute recipe_name.
-
#recommender_config ⇒ Types::RecommenderConfig
Returns the value of attribute recommender_config.
-
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
-
#recommender_schema_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def description @description end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def failure_reason @failure_reason end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def last_updated_at @last_updated_at end |
#latest_recommender_update ⇒ Types::RecommenderUpdate
Returns the value of attribute latest_recommender_update.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def latest_recommender_update @latest_recommender_update end |
#recipe_name ⇒ "recommended-for-you", ...
Returns the value of attribute recipe_name.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def recipe_name @recipe_name end |
#recommender_config ⇒ Types::RecommenderConfig
Returns the value of attribute recommender_config.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def recommender_config @recommender_config end |
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def recommender_name @recommender_name end |
#recommender_schema_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def recommender_schema_name @recommender_schema_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def @tags end |