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.
2702 2703 2704 |
# File 'sig/types.rbs', line 2702 def execution_arn @execution_arn end |
#status ⇒ "Running", ...
Returns the value of attribute status.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def status @status end |