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_processedInteger

The total number of bytes processed by the flow run.

Returns:

  • (Integer)

    The total number of bytes processed by the flow run.

#bytes_writtenInteger

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_infoTypes::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_processedInteger

The number of records processed in the flow run.

Returns:

  • (Integer)

    The number of records processed in the flow run.