Class: Aws::Types::DescribedWorkflow
- Inherits:
-
Object
- Object
- Aws::Types::DescribedWorkflow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
690 691 692 |
# File 'sig/types.rbs', line 690 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
691 692 693 |
# File 'sig/types.rbs', line 691 def description @description end |
#on_exception_steps ⇒ ::Array[Types::WorkflowStep]
Returns the value of attribute on_exception_steps.
693 694 695 |
# File 'sig/types.rbs', line 693 def on_exception_steps @on_exception_steps end |
#steps ⇒ ::Array[Types::WorkflowStep]
Returns the value of attribute steps.
692 693 694 |
# File 'sig/types.rbs', line 692 def steps @steps end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
695 696 697 |
# File 'sig/types.rbs', line 695 def end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
694 695 696 |
# File 'sig/types.rbs', line 694 def workflow_id @workflow_id end |