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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


1854
1855
1856
1857
1858
1859
1860
1861
1862
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1854

class Shard < Struct.new(
  :shard_id,
  :parent_shard_id,
  :adjacent_parent_shard_id,
  :hash_key_range,
  :sequence_number_range)
  SENSITIVE = []
  include Aws::Structure
end

#hash_key_rangeTypes::HashKeyRange

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

Returns:



1854
1855
1856
1857
1858
1859
1860
1861
1862
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1854

class Shard < Struct.new(
  :shard_id,
  :parent_shard_id,
  :adjacent_parent_shard_id,
  :hash_key_range,
  :sequence_number_range)
  SENSITIVE = []
  include Aws::Structure
end

#parent_shard_idString

The shard ID of the shard's parent.

Returns:

  • (String)


1854
1855
1856
1857
1858
1859
1860
1861
1862
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1854

class Shard < Struct.new(
  :shard_id,
  :parent_shard_id,
  :adjacent_parent_shard_id,
  :hash_key_range,
  :sequence_number_range)
  SENSITIVE = []
  include Aws::Structure
end

#sequence_number_rangeTypes::SequenceNumberRange

The range of possible sequence numbers for the shard.



1854
1855
1856
1857
1858
1859
1860
1861
1862
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1854

class Shard < Struct.new(
  :shard_id,
  :parent_shard_id,
  :adjacent_parent_shard_id,
  :hash_key_range,
  :sequence_number_range)
  SENSITIVE = []
  include Aws::Structure
end

#shard_idString

The unique identifier of the shard within the stream.

Returns:

  • (String)


1854
1855
1856
1857
1858
1859
1860
1861
1862
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1854

class Shard < Struct.new(
  :shard_id,
  :parent_shard_id,
  :adjacent_parent_shard_id,
  :hash_key_range,
  :sequence_number_range)
  SENSITIVE = []
  include Aws::Structure
end