ResultRow
public struct ResultRow : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of all the data cells in a row.
Declaration
Swift
public let dataItems: [DataItem] -
The ID for a particular row.
Declaration
Swift
public let rowId: String? -
Undocumented
Declaration
Swift
public init(dataItems: [DataItem], rowId: String? = nil)
View on GitHub
ResultRow Structure Reference