Class: Aws::Types::RecipeSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecipeSummary
- 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.
-
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
-
#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.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def creation_date_time @creation_date_time end |
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def domain @domain end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def name @name end |
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def recipe_arn @recipe_arn end |
#status ⇒ ::String
Returns the value of attribute status.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def status @status end |