Class: Aws::Types::WorkflowExecution
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#run_id ⇒ ::String
Returns the value of attribute run_id.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def run_id @run_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def workflow_id @workflow_id end |