NAME
Paws::Kinesis::GetRecordsOutput
ATTRIBUTES
ChildShards => ArrayRef[Paws::Kinesis::ChildShard]
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 that 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 null
, the shard has been closed and the requested iterator does not return any more data.
REQUIRED Records => ArrayRef[Paws::Kinesis::Record]
The data records retrieved from the shard.