Class: Aws::Appflow::Types::CancelFlowExecutionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_idsArray<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.

Returns:

  • (Array<String>)


238
239
240
241
242
243
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 238

class CancelFlowExecutionsRequest < Struct.new(
  :flow_name,
  :execution_ids)
  SENSITIVE = []
  include Aws::Structure
end

#flow_nameString

The name of a flow with active runs that you want to cancel.

Returns:

  • (String)


238
239
240
241
242
243
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 238

class CancelFlowExecutionsRequest < Struct.new(
  :flow_name,
  :execution_ids)
  SENSITIVE = []
  include Aws::Structure
end