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.
502 503 504 |
# File 'sig/types.rbs', line 502 def adjacent_shard_to_merge @adjacent_shard_to_merge end |
#shard_to_merge ⇒ ::String
Returns the value of attribute shard_to_merge.
501 502 503 |
# File 'sig/types.rbs', line 501 def shard_to_merge @shard_to_merge end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
503 504 505 |
# File 'sig/types.rbs', line 503 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
504 505 506 |
# File 'sig/types.rbs', line 504 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
500 501 502 |
# File 'sig/types.rbs', line 500 def stream_name @stream_name end |