Class: Aws::Types::CreateRecipeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRecipeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#steps ⇒ ::Array[Types::RecipeStep]
Returns the value of attribute steps.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
135 136 137 |
# File 'sig/types.rbs', line 135 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
136 137 138 |
# File 'sig/types.rbs', line 136 def name @name end |
#steps ⇒ ::Array[Types::RecipeStep]
Returns the value of attribute steps.
137 138 139 |
# File 'sig/types.rbs', line 137 def steps @steps end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
138 139 140 |
# File 'sig/types.rbs', line 138 def @tags end |