Class: Aws::Types::StopWorkflowRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopWorkflowRunRequest
- 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.
294 295 296 |
# File 'sig/types.rbs', line 294 def run_id @run_id end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
293 294 295 |
# File 'sig/types.rbs', line 293 def workflow_arn @workflow_arn end |