RowInfo

public struct RowInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of rows that were not ingested.

    Declaration

    Swift

    public let rowsDropped: Int64?
  • The number of rows that were ingested.

    Declaration

    Swift

    public let rowsIngested: Int64?
  • Undocumented

    Declaration

    Swift

    public init(rowsDropped: Int64? = nil, rowsIngested: Int64? = nil)