You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kinesis::Types::GetRecordsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::GetRecordsOutput
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#child_shards ⇒ Array<Types::ChildShard>
-
#millis_behind_latest ⇒ Integer
The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is.
-
#next_shard_iterator ⇒ String
The next position in the shard from which to start sequentially reading data records.
-
#records ⇒ Array<Types::Record>
The data records retrieved from the shard.
Instance Attribute Details
#child_shards ⇒ Array<Types::ChildShard>
#millis_behind_latest ⇒ Integer
The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment.
#next_shard_iterator ⇒ String
The next position in the shard from which to start sequentially reading
data records. If set to null, the shard has been closed and the
requested iterator does not return any more data.
#records ⇒ Array<Types::Record>
The data records retrieved from the shard.