Method: Aws::Appflow::Types::ExecutionResult#num_parallel_processes
- Defined in:
- lib/aws-sdk-appflow/types.rb
#num_parallel_processes ⇒ Integer
The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.
2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 |
# File '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 |