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

Class: Aws::DynamoDBStreams::Types::Shard

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

Overview

A uniquely identified group of stream records within a stream.

Instance Attribute Summary collapse

Instance Attribute Details

#parent_shard_idString

The shard ID of the current shard\'s parent.

Returns:

  • (String)

    The shard ID of the current shard\'s parent.

#sequence_number_rangeTypes::SequenceNumberRange

The range of possible sequence numbers for the shard.

Returns:

#shard_idString

The system-generated identifier for this shard.

Returns:

  • (String)

    The system-generated identifier for this shard.