Module: Aws::Kinesis::Client::_DescribeLimitsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLimitsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #channel_count ⇒ ::Integer
- #channel_count_limit ⇒ ::Integer
- #on_demand_stream_count ⇒ ::Integer
- #on_demand_stream_count_limit ⇒ ::Integer
- #open_shard_count ⇒ ::Integer
- #shard_limit ⇒ ::Integer
Instance Method Details
#channel_count ⇒ ::Integer
244 |
# File 'sig/client.rbs', line 244
def channel_count: () -> ::Integer
|
#channel_count_limit ⇒ ::Integer
245 |
# File 'sig/client.rbs', line 245
def channel_count_limit: () -> ::Integer
|
#on_demand_stream_count ⇒ ::Integer
242 |
# File 'sig/client.rbs', line 242
def on_demand_stream_count: () -> ::Integer
|
#on_demand_stream_count_limit ⇒ ::Integer
243 |
# File 'sig/client.rbs', line 243
def on_demand_stream_count_limit: () -> ::Integer
|
#open_shard_count ⇒ ::Integer
241 |
# File 'sig/client.rbs', line 241
def open_shard_count: () -> ::Integer
|
#shard_limit ⇒ ::Integer
240 |
# File 'sig/client.rbs', line 240
def shard_limit: () -> ::Integer
|