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

Class: Aws::DynamoDBStreams::Types::GetShardIteratorOutput

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

Overview

Represents the output of a GetShardIterator operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#shard_iteratorString

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

Returns:

  • (String)

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