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.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def execution_identifier @execution_identifier end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
2615 2616 2617 |
# File 'sig/types.rbs', line 2615 def flow_identifier @flow_identifier end |