Class: Aws::Kinesis::Types::DescribeLimitsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#on_demand_stream_countInteger

Indicates the number of data streams with the on-demand capacity mode.

Returns:

  • (Integer)


311
312
313
314
315
316
317
318
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 311

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_limitInteger

The maximum number of data streams with the on-demand capacity mode.

Returns:

  • (Integer)


311
312
313
314
315
316
317
318
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 311

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_countInteger

The number of open shards.

Returns:

  • (Integer)


311
312
313
314
315
316
317
318
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 311

class DescribeLimitsOutput < Struct.new(
  :shard_limit,
  :open_shard_count,
  :on_demand_stream_count,
  :on_demand_stream_count_limit)
  SENSITIVE = []
  include Aws::Structure
end

#shard_limitInteger

The maximum number of shards.

Returns:

  • (Integer)


311
312
313
314
315
316
317
318
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 311

class DescribeLimitsOutput < Struct.new(
  :shard_limit,
  :open_shard_count,
  :on_demand_stream_count,
  :on_demand_stream_count_limit)
  SENSITIVE = []
  include Aws::Structure
end