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.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2505 2506 2507 |
# File 'sig/types.rbs', line 2505 def description @description end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def failure_reason @failure_reason end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def last_updated_at @last_updated_at end |
#latest_recommender_update ⇒ Types::RecommenderUpdate
Returns the value of attribute latest_recommender_update.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def latest_recommender_update @latest_recommender_update end |
#recipe_name ⇒ "recommended-for-you", ...
Returns the value of attribute recipe_name.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def recipe_name @recipe_name end |
#recommender_config ⇒ Types::RecommenderConfig
Returns the value of attribute recommender_config.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def recommender_config @recommender_config end |
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def recommender_name @recommender_name end |
#recommender_schema_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def recommender_schema_name @recommender_schema_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def end |