ExecutionResult

public struct ExecutionResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The total number of bytes processed by the flow run.

    Declaration

    Swift

    public let bytesProcessed: Int64?
  • The total number of bytes written as a result of the flow run.

    Declaration

    Swift

    public let bytesWritten: Int64?
  • Provides any error message information related to the flow run.

    Declaration

    Swift

    public let errorInfo: ErrorInfo?
  • The number of records processed in the flow run.

    Declaration

    Swift

    public let recordsProcessed: Int64?
  • Undocumented

    Declaration

    Swift

    public init(bytesProcessed: Int64? = nil, bytesWritten: Int64? = nil, errorInfo: ErrorInfo? = nil, recordsProcessed: Int64? = nil)