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
- Struct
- Aws::Appflow::Types::ExecutionResult
- Defined in:
- (unknown)
Overview
Specifies the end result of the flow run.
Returned by:
Instance Attribute Summary collapse
-
#bytes_processed ⇒ 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.
-
#error_info ⇒ Types::ErrorInfo
Provides any error message information related to the flow run.
-
#records_processed ⇒ Integer
The number of records processed in the flow run.
Instance Attribute Details
#bytes_processed ⇒ 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.
#error_info ⇒ Types::ErrorInfo
Provides any error message information related to the flow run.
#records_processed ⇒ Integer
The number of records processed in the flow run.