ResultFrame
public struct ResultFrame : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The records in the result set.
Declaration
Swift
public let records: [Record]?
-
The result-set metadata in the result set.
Declaration
Swift
public let resultSetMetadata: ResultSetMetadata?
-
Undocumented
Declaration
Swift
public init(records: [Record]? = nil, resultSetMetadata: ResultSetMetadata? = nil)