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

Class: Aws::Kinesis::Types::Shard

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

Overview

A uniquely identified group of data records in a Kinesis data stream.

Instance Attribute Summary collapse

Instance Attribute Details

#adjacent_parent_shard_idString

The shard ID of the shard adjacent to the shard\'s parent.

Returns:

  • (String)

    The shard ID of the shard adjacent to the shard\'s parent.

#hash_key_rangeTypes::HashKeyRange

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

Returns:

  • (Types::HashKeyRange)

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

#parent_shard_idString

The shard ID of the shard\'s parent.

Returns:

  • (String)

    The shard ID of the shard\'s parent.

#sequence_number_rangeTypes::SequenceNumberRange

The range of possible sequence numbers for the shard.

Returns:

#shard_idString

The unique identifier of the shard within the stream.

Returns:

  • (String)

    The unique identifier of the shard within the stream.