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
show all
Defined in:
(unknown)

Overview

Represents the output for GetRecords.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#child_shardsArray<Types::ChildShard>

Returns:

#millis_behind_latestInteger

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.

Returns:

  • (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_iteratorString

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.

Returns:

  • (String)

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

#recordsArray<Types::Record>

The data records retrieved from the shard.

Returns:

  • (Array<Types::Record>)

    The data records retrieved from the shard.