NAME
Paws::DynamoDBStreams::GetRecordsOutput
ATTRIBUTES
NextShardIterator => Str
The next position in the shard from which to start sequentially reading
stream records. If set to C<null>, the shard has been closed and the
requested iterator will not return any more data.
Records => ArrayRef[Paws::DynamoDBStreams::Record]
The stream records from the shard, which were retrieved using the shard
iterator.