GetRecordsOutput
public struct GetRecordsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.
Declaration
Swift
public let nextShardIterator: String?
-
The stream records from the shard, which were retrieved using the shard iterator.
Declaration
Swift
public let records: [Record]?
-
Undocumented
Declaration
Swift
public init(nextShardIterator: String? = nil, records: [Record]? = nil)