Class: Aws::Types::ChildShard

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hash_key_rangeTypes::HashKeyRange

Returns the value of attribute hash_key_range.

Returns:



27
28
29
# File 'sig/types.rbs', line 27

def hash_key_range
  @hash_key_range
end

#parent_shards::Array[::String]

Returns the value of attribute parent_shards.

Returns:

  • (::Array[::String])


26
27
28
# File 'sig/types.rbs', line 26

def parent_shards
  @parent_shards
end

#shard_id::String

Returns the value of attribute shard_id.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def shard_id
  @shard_id
end