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
646 |
# File 'sig/client.rbs', line 646
def current_shard_count: () -> ::Integer
|
#stream_arn ⇒ ::String
648 |
# File 'sig/client.rbs', line 648
def stream_arn: () -> ::String
|
#stream_name ⇒ ::String
645 |
# File 'sig/client.rbs', line 645
def stream_name: () -> ::String
|
#target_shard_count ⇒ ::Integer
647 |
# File 'sig/client.rbs', line 647
def target_shard_count: () -> ::Integer
|