Row
public struct Row : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The data that populates a row in a query result table.
Declaration
Swift
public let data: [Datum]? -
Undocumented
Declaration
Swift
public init(data: [Datum]? = nil)
View on GitHub
Row Structure Reference