Class: Aws::Types::Shard
- Inherits:
-
Object
- Object
- Aws::Types::Shard
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adjacent_parent_shard_id ⇒ ::String
Returns the value of attribute adjacent_parent_shard_id.
-
#hash_key_range ⇒ Types::HashKeyRange
Returns the value of attribute hash_key_range.
-
#parent_shard_id ⇒ ::String
Returns the value of attribute parent_shard_id.
-
#sequence_number_range ⇒ Types::SequenceNumberRange
Returns the value of attribute sequence_number_range.
-
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
Instance Attribute Details
#adjacent_parent_shard_id ⇒ ::String
Returns the value of attribute adjacent_parent_shard_id.
501 502 503 |
# File 'sig/types.rbs', line 501 def adjacent_parent_shard_id @adjacent_parent_shard_id end |
#hash_key_range ⇒ Types::HashKeyRange
Returns the value of attribute hash_key_range.
502 503 504 |
# File 'sig/types.rbs', line 502 def hash_key_range @hash_key_range end |
#parent_shard_id ⇒ ::String
Returns the value of attribute parent_shard_id.
500 501 502 |
# File 'sig/types.rbs', line 500 def parent_shard_id @parent_shard_id end |
#sequence_number_range ⇒ Types::SequenceNumberRange
Returns the value of attribute sequence_number_range.
503 504 505 |
# File 'sig/types.rbs', line 503 def sequence_number_range @sequence_number_range end |
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
499 500 501 |
# File 'sig/types.rbs', line 499 def shard_id @shard_id end |