class
Amazonite::Kinesis::GetShardIteratorOutput
- Amazonite::Kinesis::GetShardIteratorOutput
- Reference
- Object
Overview
Represents the output for GetShardIterator.
Included Modules
- JSON::Serializable
Defined in:
kinesis/get_shard_iterator_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#shard_iterator : String | Nil
The position in the shard from which to start reading data records sequentially.
-
#shard_iterator=(shard_iterator : String | Nil)
The position in the shard from which to start reading data records sequentially.
- #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?.
def shard_iterator : String | Nil
#
The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
def shard_iterator=(shard_iterator : String | Nil)
#
The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.