class Aws::DynamoDBStreams::Types::GetRecordsInput
Represents the input of a `GetRecords` operation.
@note When making an API call, you may pass GetRecordsInput
data as a hash: { shard_iterator: "ShardIterator", # required limit: 1, }
@!attribute [rw] shard_iterator
A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard. @return [String]
@!attribute [rw] limit
The maximum number of records to return from the shard. The upper limit is 1000. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetRecordsInput AWS API Documentation
Constants
- SENSITIVE