class Amazonite::Kinesis::DescribeLimitsOutput

Included Modules

Defined in:

kinesis/describe_limits_output.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(shard_limit : Int32, open_shard_count : Int32, on_demand_stream_count : Int32, on_demand_stream_count_limit : Int32, channel_count : Int32 | Nil = nil, channel_count_limit : Int32 | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def channel_count : Int32 | Nil #

The number of channels in the account.


[View source]
def channel_count=(channel_count : Int32 | Nil) #

The number of channels in the account.


[View source]
def channel_count_limit : Int32 | Nil #

The maximum number of channels allowed in the account.


[View source]
def channel_count_limit=(channel_count_limit : Int32 | Nil) #

The maximum number of channels allowed in the account.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def on_demand_stream_count : Int32 #

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


[View source]
def on_demand_stream_count=(on_demand_stream_count : Int32) #

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


[View source]
def on_demand_stream_count_limit : Int32 #

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


[View source]
def on_demand_stream_count_limit=(on_demand_stream_count_limit : Int32) #

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


[View source]
def open_shard_count : Int32 #

The number of open shards.


[View source]
def open_shard_count=(open_shard_count : Int32) #

The number of open shards.


[View source]
def shard_limit : Int32 #

The maximum number of shards.


[View source]
def shard_limit=(shard_limit : Int32) #

The maximum number of shards.


[View source]
def validate! : Nil #

[View source]