Class: Aws::Types::StopFlowExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopFlowExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_identifier ⇒ ::String
Returns the value of attribute execution_identifier.
-
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
Instance Attribute Details
#execution_identifier ⇒ ::String
Returns the value of attribute execution_identifier.
2695 2696 2697 |
# File 'sig/types.rbs', line 2695 def execution_identifier @execution_identifier end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
2696 2697 2698 |
# File 'sig/types.rbs', line 2696 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
2697 2698 2699 |
# File 'sig/types.rbs', line 2697 def flow_identifier @flow_identifier end |