Module: Aws::Kinesis::Client::_DescribeLimitsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLimitsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #on_demand_stream_count ⇒ ::Integer
- #on_demand_stream_count_limit ⇒ ::Integer
- #open_shard_count ⇒ ::Integer
- #shard_limit ⇒ ::Integer
Instance Method Details
#on_demand_stream_count ⇒ ::Integer
154 |
# File 'sig/client.rbs', line 154
def on_demand_stream_count: () -> ::Integer
|
#on_demand_stream_count_limit ⇒ ::Integer
155 |
# File 'sig/client.rbs', line 155
def on_demand_stream_count_limit: () -> ::Integer
|
#open_shard_count ⇒ ::Integer
153 |
# File 'sig/client.rbs', line 153
def open_shard_count: () -> ::Integer
|
#shard_limit ⇒ ::Integer
152 |
# File 'sig/client.rbs', line 152
def shard_limit: () -> ::Integer
|