Class: Aws::Types::SplitShardInput
- Inherits:
-
Object
- Object
- Aws::Types::SplitShardInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#new_starting_hash_key ⇒ ::String
Returns the value of attribute new_starting_hash_key.
-
#shard_to_split ⇒ ::String
Returns the value of attribute shard_to_split.
-
#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
#new_starting_hash_key ⇒ ::String
Returns the value of attribute new_starting_hash_key.
517 518 519 |
# File 'sig/types.rbs', line 517 def new_starting_hash_key @new_starting_hash_key end |
#shard_to_split ⇒ ::String
Returns the value of attribute shard_to_split.
516 517 518 |
# File 'sig/types.rbs', line 516 def shard_to_split @shard_to_split end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
518 519 520 |
# File 'sig/types.rbs', line 518 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
519 520 521 |
# File 'sig/types.rbs', line 519 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
515 516 517 |
# File 'sig/types.rbs', line 515 def stream_name @stream_name end |