Class: Aws::Types::RecommenderUpdateSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecommenderUpdateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#recommender_config ⇒ Types::RecommenderConfig
Returns the value of attribute recommender_config.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def creation_date_time @creation_date_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def failure_reason @failure_reason end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def last_updated_date_time @last_updated_date_time end |
#recommender_config ⇒ Types::RecommenderConfig
Returns the value of attribute recommender_config.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def recommender_config @recommender_config end |
#status ⇒ ::String
Returns the value of attribute status.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def status @status end |