class
Amazonite::Kinesis::HashKeyRange
- Amazonite::Kinesis::HashKeyRange
- Reference
- Object
Overview
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
Included Modules
- JSON::Serializable
Defined in:
kinesis/hash_key_range.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#ending_hash_key : String
The ending hash key of the hash key range.
-
#ending_hash_key=(ending_hash_key : String)
The ending hash key of the hash key range.
-
#hash(hasher)
See
Object#hash(hasher) -
#starting_hash_key : String
The starting hash key of the hash key range.
-
#starting_hash_key=(starting_hash_key : String)
The starting hash key of the hash key range.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.