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

Class: Aws::Kinesis::Types::SequenceNumberRange

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

Overview

The range of possible sequence numbers for the shard.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ending_sequence_numberString

The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

Returns:

  • (String)

    The ending sequence number for the range.

#starting_sequence_numberString

The starting sequence number for the range.

Returns:

  • (String)

    The starting sequence number for the range.