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:



90
91
92
# File 'sig/types.rbs', line 90

def hash_key_range
  @hash_key_range
end

#parent_shards::Array[::String]

Returns the value of attribute parent_shards.

Returns:

  • (::Array[::String])


89
90
91
# File 'sig/types.rbs', line 89

def parent_shards
  @parent_shards
end

#shard_id::String

Returns the value of attribute shard_id.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def shard_id
  @shard_id
end