Class: Aws::Kinesis::Types::DescribeLimitsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DescribeLimitsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#on_demand_stream_count ⇒ Integer
Indicates the number of data streams with the on-demand capacity mode.
-
#on_demand_stream_count_limit ⇒ Integer
The maximum number of data streams with the on-demand capacity mode.
-
#open_shard_count ⇒ Integer
The number of open shards.
-
#shard_limit ⇒ Integer
The maximum number of shards.
Instance Attribute Details
#on_demand_stream_count ⇒ Integer
Indicates the number of data streams with the on-demand capacity mode.
316 317 318 319 320 321 322 323 |
# File 'lib/aws-sdk-kinesis/types.rb', line 316 class DescribeLimitsOutput < Struct.new( :shard_limit, :open_shard_count, :on_demand_stream_count, :on_demand_stream_count_limit) SENSITIVE = [] include Aws::Structure end |
#on_demand_stream_count_limit ⇒ Integer
The maximum number of data streams with the on-demand capacity mode.
316 317 318 319 320 321 322 323 |
# File 'lib/aws-sdk-kinesis/types.rb', line 316 class DescribeLimitsOutput < Struct.new( :shard_limit, :open_shard_count, :on_demand_stream_count, :on_demand_stream_count_limit) SENSITIVE = [] include Aws::Structure end |
#open_shard_count ⇒ Integer
The number of open shards.
316 317 318 319 320 321 322 323 |
# File 'lib/aws-sdk-kinesis/types.rb', line 316 class DescribeLimitsOutput < Struct.new( :shard_limit, :open_shard_count, :on_demand_stream_count, :on_demand_stream_count_limit) SENSITIVE = [] include Aws::Structure end |
#shard_limit ⇒ Integer
The maximum number of shards.
316 317 318 319 320 321 322 323 |
# File 'lib/aws-sdk-kinesis/types.rb', line 316 class DescribeLimitsOutput < Struct.new( :shard_limit, :open_shard_count, :on_demand_stream_count, :on_demand_stream_count_limit) SENSITIVE = [] include Aws::Structure end |