Class: Aws::Types::DescribeLimitsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLimitsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_count ⇒ ::Integer
Returns the value of attribute channel_count.
-
#channel_count_limit ⇒ ::Integer
Returns the value of attribute channel_count_limit.
-
#on_demand_stream_count ⇒ ::Integer
Returns the value of attribute on_demand_stream_count.
-
#on_demand_stream_count_limit ⇒ ::Integer
Returns the value of attribute on_demand_stream_count_limit.
-
#open_shard_count ⇒ ::Integer
Returns the value of attribute open_shard_count.
-
#shard_limit ⇒ ::Integer
Returns the value of attribute shard_limit.
Instance Attribute Details
#channel_count ⇒ ::Integer
Returns the value of attribute channel_count.
220 221 222 |
# File 'sig/types.rbs', line 220 def channel_count @channel_count end |
#channel_count_limit ⇒ ::Integer
Returns the value of attribute channel_count_limit.
221 222 223 |
# File 'sig/types.rbs', line 221 def channel_count_limit @channel_count_limit end |
#on_demand_stream_count ⇒ ::Integer
Returns the value of attribute on_demand_stream_count.
218 219 220 |
# File 'sig/types.rbs', line 218 def on_demand_stream_count @on_demand_stream_count end |
#on_demand_stream_count_limit ⇒ ::Integer
Returns the value of attribute on_demand_stream_count_limit.
219 220 221 |
# File 'sig/types.rbs', line 219 def on_demand_stream_count_limit @on_demand_stream_count_limit end |
#open_shard_count ⇒ ::Integer
Returns the value of attribute open_shard_count.
217 218 219 |
# File 'sig/types.rbs', line 217 def open_shard_count @open_shard_count end |
#shard_limit ⇒ ::Integer
Returns the value of attribute shard_limit.
216 217 218 |
# File 'sig/types.rbs', line 216 def shard_limit @shard_limit end |