Class: Aws::Kinesis::Types::ChildShard

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

Overview

Output parameter of the GetRecords API. The existing child shard of the current shard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hash_key_rangeTypes::HashKeyRange

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

Returns:



69
70
71
72
73
74
75
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 69

class ChildShard < Struct.new(
  :shard_id,
  :parent_shards,
  :hash_key_range)
  SENSITIVE = []
  include Aws::Structure
end

#parent_shardsArray<String>

The current shard that is the parent of the existing child shard.

Returns:

  • (Array<String>)


69
70
71
72
73
74
75
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 69

class ChildShard < Struct.new(
  :shard_id,
  :parent_shards,
  :hash_key_range)
  SENSITIVE = []
  include Aws::Structure
end

#shard_idString

The shard ID of the existing child shard of the current shard.

Returns:

  • (String)


69
70
71
72
73
74
75
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 69

class ChildShard < Struct.new(
  :shard_id,
  :parent_shards,
  :hash_key_range)
  SENSITIVE = []
  include Aws::Structure
end