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
- Struct
- Aws::Kinesis::Types::SequenceNumberRange
- Defined in:
- (unknown)
Overview
The range of possible sequence numbers for the shard.
Returned by:
Instance Attribute Summary collapse
-
#ending_sequence_number ⇒ String
The ending sequence number for the range.
-
#starting_sequence_number ⇒ String
The starting sequence number for the range.
Instance Attribute Details
#ending_sequence_number ⇒ String
The ending sequence number for the range. Shards that are in the OPEN
state have an ending sequence number of null
.
#starting_sequence_number ⇒ String
The starting sequence number for the range.