You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DynamoDBStreams::Types::GetRecordsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the output of a GetRecords operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_shard_iteratorString

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.

Returns:

  • (String)

    The next position in the shard from which to start sequentially reading stream records.

#recordsArray<Types::Record>

The stream records from the shard, which were retrieved using the shard iterator.

Returns:

  • (Array<Types::Record>)

    The stream records from the shard, which were retrieved using the shard iterator.