Class: Aws::Types::ChildShard
- Inherits:
-
Object
- Object
- Aws::Types::ChildShard
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hash_key_range ⇒ Types::HashKeyRange
Returns the value of attribute hash_key_range.
-
#parent_shards ⇒ ::Array[::String]
Returns the value of attribute parent_shards.
-
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
Instance Attribute Details
#hash_key_range ⇒ Types::HashKeyRange
Returns the value of attribute hash_key_range.
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.
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.
25 26 27 |
# File 'sig/types.rbs', line 25 def shard_id @shard_id end |