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

Class: Aws::DynamoDBStreams::Types::SequenceNumberRange

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

Overview

The beginning and ending sequence numbers for the stream records contained within a shard.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ending_sequence_numberString

The last sequence number for the stream records contained within a shard. String contains numeric characters only.

Returns:

  • (String)

    The last sequence number for the stream records contained within a shard.

#starting_sequence_numberString

The first sequence number for the stream records contained within a shard. String contains numeric characters only.

Returns:

  • (String)

    The first sequence number for the stream records contained within a shard.