Class: Aws::Appflow::Types::CancelFlowExecutionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invalid_executionsArray<String>

The IDs of runs that Amazon AppFlow couldn’t cancel. These runs might be ineligible for canceling because they haven’t started yet or have already completed.

Returns:

  • (Array<String>)


253
254
255
256
257
# File 'lib/aws-sdk-appflow/types.rb', line 253

class CancelFlowExecutionsResponse < Struct.new(
  :invalid_executions)
  SENSITIVE = []
  include Aws::Structure
end