You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Specifies the end result of the flow run.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_processed ⇒ Integer

The total number of bytes processed by the flow run.

Returns:

  • (Integer) —

    The total number of bytes processed by the flow run.

#bytes_written ⇒ Integer

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

Returns:

  • (Integer) —

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

#error_info ⇒ Types::ErrorInfo

Provides any error message information related to the flow run.

Returns:

  • (Types::ErrorInfo) —

    Provides any error message information related to the flow run.

#records_processed ⇒ Integer

The number of records processed in the flow run.

Returns:

  • (Integer) —

    The number of records processed in the flow run.