Class: Aws::Types::Shard
- Inherits:
-
Object
- Object
- Aws::Types::Shard
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#parent_shard_id ⇒ ::String
Returns the value of attribute parent_shard_id.
128 129 130 |
# File 'sig/types.rbs', line 128 def parent_shard_id @parent_shard_id end |
#sequence_number_range ⇒ Types::SequenceNumberRange
Returns the value of attribute sequence_number_range.
127 128 129 |
# File 'sig/types.rbs', line 127 def sequence_number_range @sequence_number_range end |
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
126 127 128 |
# File 'sig/types.rbs', line 126 def shard_id @shard_id end |