NAME
Paws::Kinesis::GetRecordsOutput
ATTRIBUTES
MillisBehindLatest => Int
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 record processing is caught up, and there are
no new records to process at this moment.
NextShardIterator => Str
The next position in the shard from which to start sequentially reading
data records. If set to C<null>, the shard has been closed and the
requested iterator will not return any more data.
REQUIRED Records => ArrayRef[Paws::Kinesis::Record]
The data records retrieved from the shard.