Class: Aws::Types::StopWorkflowRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopWorkflowRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
7471 7472 7473 |
# File 'sig/types.rbs', line 7471 def name @name end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
7472 7473 7474 |
# File 'sig/types.rbs', line 7472 def run_id @run_id end |