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

Class: Aws::DynamoDBStreams::Types::GetRecordsInput

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

Overview

Note:

When passing GetRecordsInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  shard_iterator: "ShardIterator", # required
  limit: 1,
}

Represents the input of a GetRecords operation.

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The maximum number of records to return from the shard. The upper limit is 1000.

Returns:

  • (Integer)

    The maximum number of records to return from the shard.

#shard_iteratorString

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

Returns:

  • (String)

    A shard iterator that was retrieved from a previous GetShardIterator operation.