Class: Aws::Types::WorkflowDetail
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def execution_role @execution_role end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def workflow_id @workflow_id end |