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

Class: Aws::Kinesis::Types::GetShardIteratorOutput

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

Overview

Represents the output for GetShardIterator.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#shard_iteratorString

The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.

Returns:

  • (String)

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