Module: Aws::Kinesis::Client::_UpdateShardCountResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateShardCountOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #current_shard_count ⇒ ::Integer
- #stream_arn ⇒ ::String
- #stream_name ⇒ ::String
- #target_shard_count ⇒ ::Integer
Instance Method Details
#current_shard_count ⇒ ::Integer
642 |
# File 'sig/client.rbs', line 642
def current_shard_count: () -> ::Integer
|
#stream_arn ⇒ ::String
644 |
# File 'sig/client.rbs', line 644
def stream_arn: () -> ::String
|
#stream_name ⇒ ::String
641 |
# File 'sig/client.rbs', line 641
def stream_name: () -> ::String
|
#target_shard_count ⇒ ::Integer
643 |
# File 'sig/client.rbs', line 643
def target_shard_count: () -> ::Integer
|