Class: Aws::Types::MergeShardsInput
- Inherits:
-
Object
- Object
- Aws::Types::MergeShardsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adjacent_shard_to_merge ⇒ ::String
Returns the value of attribute adjacent_shard_to_merge.
-
#shard_to_merge ⇒ ::String
Returns the value of attribute shard_to_merge.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#adjacent_shard_to_merge ⇒ ::String
Returns the value of attribute adjacent_shard_to_merge.
371 372 373 |
# File 'sig/types.rbs', line 371 def adjacent_shard_to_merge @adjacent_shard_to_merge end |
#shard_to_merge ⇒ ::String
Returns the value of attribute shard_to_merge.
370 371 372 |
# File 'sig/types.rbs', line 370 def shard_to_merge @shard_to_merge end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
372 373 374 |
# File 'sig/types.rbs', line 372 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
373 374 375 |
# File 'sig/types.rbs', line 373 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
369 370 371 |
# File 'sig/types.rbs', line 369 def stream_name @stream_name end |