You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::Kinesis::Types::DescribeLimitsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DescribeLimitsOutput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Instance Attribute Summary collapse
-
#open_shard_count ⇒ Integer
The number of open shards.
-
#shard_limit ⇒ Integer
The maximum number of shards.
Instance Attribute Details
#open_shard_count ⇒ Integer
The number of open shards.
260 261 262 263 264 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 260 class DescribeLimitsOutput < Struct.new( :shard_limit, :open_shard_count) include Aws::Structure end |
#shard_limit ⇒ Integer
The maximum number of shards.
260 261 262 263 264 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 260 class DescribeLimitsOutput < Struct.new( :shard_limit, :open_shard_count) include Aws::Structure end |