Class: Aws::Types::CreateWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#on_exception_steps ⇒ ::Array[Types::WorkflowStep]
Returns the value of attribute on_exception_steps.
-
#steps ⇒ ::Array[Types::WorkflowStep]
Returns the value of attribute steps.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
207 208 209 |
# File 'sig/types.rbs', line 207 def description @description end |
#on_exception_steps ⇒ ::Array[Types::WorkflowStep]
Returns the value of attribute on_exception_steps.
209 210 211 |
# File 'sig/types.rbs', line 209 def on_exception_steps @on_exception_steps end |
#steps ⇒ ::Array[Types::WorkflowStep]
Returns the value of attribute steps.
208 209 210 |
# File 'sig/types.rbs', line 208 def steps @steps end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
210 211 212 |
# File 'sig/types.rbs', line 210 def end |