You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kinesis::Types::GetRecordsInputWhen passing GetRecordsInput as input to an Aws::Client method, you can use a vanilla Hash:
{
shard_iterator: "ShardIterator", limit: 1,
}
Represents the input for GetRecords.
Instance Attribute Summary collapseThe maximum number of records to return.
The position in the shard from which you want to start sequentially reading data records.
The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, GetRecords throws InvalidArgumentException
. The default value is 10,000.
The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4