Class: Aws::Types::DescribeLimitsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLimitsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#on_demand_stream_count ⇒ ::Integer
Returns the value of attribute on_demand_stream_count.
102 103 104 |
# File 'sig/types.rbs', line 102 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.
103 104 105 |
# File 'sig/types.rbs', line 103 def on_demand_stream_count_limit @on_demand_stream_count_limit end |
#open_shard_count ⇒ ::Integer
Returns the value of attribute open_shard_count.
101 102 103 |
# File 'sig/types.rbs', line 101 def open_shard_count @open_shard_count end |
#shard_limit ⇒ ::Integer
Returns the value of attribute shard_limit.
100 101 102 |
# File 'sig/types.rbs', line 100 def shard_limit @shard_limit end |