Class: Aws::Appflow::Types::CancelFlowExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::CancelFlowExecutionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_ids ⇒ Array<String>
The ID of each active run to cancel.
-
#flow_name ⇒ String
The name of a flow with active runs that you want to cancel.
Instance Attribute Details
#execution_ids ⇒ Array<String>
The ID of each active run to cancel. These runs must belong to the flow you specify in your request.
If you omit this parameter, your request ends all active runs that belong to the flow.
238 239 240 241 242 243 |
# File 'lib/aws-sdk-appflow/types.rb', line 238 class CancelFlowExecutionsRequest < Struct.new( :flow_name, :execution_ids) SENSITIVE = [] include Aws::Structure end |
#flow_name ⇒ String
The name of a flow with active runs that you want to cancel.
238 239 240 241 242 243 |
# File 'lib/aws-sdk-appflow/types.rb', line 238 class CancelFlowExecutionsRequest < Struct.new( :flow_name, :execution_ids) SENSITIVE = [] include Aws::Structure end |