ResultSet
public struct ResultSet : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The metadata that describes the column structure and data types of a table of query results.
Declaration
Swift
public let resultSetMetadata: ResultSetMetadata? -
The rows in the table.
Declaration
Swift
public let rows: [Row]? -
Undocumented
Declaration
Swift
public init(resultSetMetadata: ResultSetMetadata? = nil, rows: [Row]? = nil)
View on GitHub
ResultSet Structure Reference