Class: Aws::Types::StopFlowExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopFlowExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
-
#status ⇒ "Running", ...
Returns the value of attribute status.
Instance Attribute Details
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
2620 2621 2622 |
# File 'sig/types.rbs', line 2620 def execution_arn @execution_arn end |
#status ⇒ "Running", ...
Returns the value of attribute status.
2621 2622 2623 |
# File 'sig/types.rbs', line 2621 def status @status end |