Class: Aws::Appflow::Types::ExecutionResult

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

Overview

Specifies the end result of the flow run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_processedInteger

The total number of bytes processed by the flow run.

Returns:

  • (Integer)


2352
2353
2354
2355
2356
2357
2358
2359
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2352

class ExecutionResult < Struct.new(
  :error_info,
  :bytes_processed,
  :bytes_written,
  :records_processed)
  SENSITIVE = []
  include Aws::Structure
end

#bytes_writtenInteger

The total number of bytes written as a result of the flow run.

Returns:

  • (Integer)


2352
2353
2354
2355
2356
2357
2358
2359
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2352

class ExecutionResult < Struct.new(
  :error_info,
  :bytes_processed,
  :bytes_written,
  :records_processed)
  SENSITIVE = []
  include Aws::Structure
end

#error_infoTypes::ErrorInfo

Provides any error message information related to the flow run.

Returns:



2352
2353
2354
2355
2356
2357
2358
2359
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2352

class ExecutionResult < Struct.new(
  :error_info,
  :bytes_processed,
  :bytes_written,
  :records_processed)
  SENSITIVE = []
  include Aws::Structure
end

#records_processedInteger

The number of records processed in the flow run.

Returns:

  • (Integer)


2352
2353
2354
2355
2356
2357
2358
2359
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2352

class ExecutionResult < Struct.new(
  :error_info,
  :bytes_processed,
  :bytes_written,
  :records_processed)
  SENSITIVE = []
  include Aws::Structure
end