Class: Aws::Types::CancelFlowExecutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelFlowExecutionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_ids ⇒ ::Array[::String]
Returns the value of attribute execution_ids.
-
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
Instance Attribute Details
#execution_ids ⇒ ::Array[::String]
Returns the value of attribute execution_ids.
73 74 75 |
# File 'sig/types.rbs', line 73 def execution_ids @execution_ids end |
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
72 73 74 |
# File 'sig/types.rbs', line 72 def flow_name @flow_name end |