Class: Aws::Types::StopWorkflowRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopWorkflowRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
Instance Attribute Details
#run_id ⇒ ::String
Returns the value of attribute run_id.
301 302 303 |
# File 'sig/types.rbs', line 301 def run_id @run_id end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
302 303 304 |
# File 'sig/types.rbs', line 302 def status @status end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
299 300 301 |
# File 'sig/types.rbs', line 299 def workflow_arn @workflow_arn end |
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
300 301 302 |
# File 'sig/types.rbs', line 300 def workflow_version @workflow_version end |