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

Class: Aws::Kinesis::Types::HashKeyRange

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

Overview

The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ending_hash_keyString

The ending hash key of the hash key range.

Returns:

  • (String)

    The ending hash key of the hash key range.

#starting_hash_keyString

The starting hash key of the hash key range.

Returns:

  • (String)

    The starting hash key of the hash key range.