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)


2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2516

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

#bytes_writtenInteger

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

Returns:

  • (Integer)


2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2516

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

#error_infoTypes::ErrorInfo

Provides any error message information related to the flow run.

Returns:



2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2516

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

#max_page_sizeInteger

The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.

Returns:

  • (Integer)


2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2516

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

#num_parallel_processesInteger

The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.

Returns:

  • (Integer)


2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2516

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

#records_processedInteger

The number of records processed in the flow run.

Returns:

  • (Integer)


2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2516

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