GetRecordsOutput
public struct GetRecordsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let childShards: [ChildShard]?
-
The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
Declaration
Swift
public let millisBehindLatest: Int64?
-
The next position in the shard from which to start sequentially reading data records. If set to null, the shard has been closed and the requested iterator does not return any more data.
Declaration
Swift
public let nextShardIterator: String?
-
The data records retrieved from the shard.
Declaration
Swift
public let records: [Record]
-
Undocumented
Declaration
Swift
public init(childShards: [ChildShard]? = nil, millisBehindLatest: Int64? = nil, nextShardIterator: String? = nil, records: [Record])