Class: Aws::Types::RecommenderSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecommenderSummary
- 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.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
-
#recommender_arn ⇒ ::String
Returns the value of attribute recommender_arn.
-
#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.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def creation_date_time @creation_date_time end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def dataset_group_arn @dataset_group_arn end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def name @name end |
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def recipe_arn @recipe_arn end |
#recommender_arn ⇒ ::String
Returns the value of attribute recommender_arn.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def recommender_arn @recommender_arn end |
#recommender_config ⇒ Types::RecommenderConfig
Returns the value of attribute recommender_config.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def recommender_config @recommender_config end |
#status ⇒ ::String
Returns the value of attribute status.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def status @status end |