Class: Aws::Types::GetWorkflowRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
Instance Attribute Details
#run_id ⇒ ::String
Returns the value of attribute run_id.
142 143 144 |
# File 'sig/types.rbs', line 142 def run_id @run_id end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
141 142 143 |
# File 'sig/types.rbs', line 141 def workflow_arn @workflow_arn end |