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
511 |
# File 'sig/client.rbs', line 511
def current_shard_count: () -> ::Integer
|
#stream_arn ⇒ ::String
513 |
# File 'sig/client.rbs', line 513
def stream_arn: () -> ::String
|
#stream_name ⇒ ::String
510 |
# File 'sig/client.rbs', line 510
def stream_name: () -> ::String
|
#target_shard_count ⇒ ::Integer
512 |
# File 'sig/client.rbs', line 512
def target_shard_count: () -> ::Integer
|