Class: Aws::Types::Recipe
- Inherits:
-
Object
- Object
- Aws::Types::Recipe
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_arn ⇒ ::String
Returns the value of attribute algorithm_arn.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#feature_transformation_arn ⇒ ::String
Returns the value of attribute feature_transformation_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.
-
#recipe_type ⇒ ::String
Returns the value of attribute recipe_type.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#algorithm_arn ⇒ ::String
Returns the value of attribute algorithm_arn.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def algorithm_arn @algorithm_arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def description @description end |
#feature_transformation_arn ⇒ ::String
Returns the value of attribute feature_transformation_arn.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def feature_transformation_arn @feature_transformation_arn end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def name @name end |
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def recipe_arn @recipe_arn end |
#recipe_type ⇒ ::String
Returns the value of attribute recipe_type.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def recipe_type @recipe_type end |
#status ⇒ ::String
Returns the value of attribute status.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def status @status end |