class
Amazonite::Kinesis::DescribeLimitsOutput
- Amazonite::Kinesis::DescribeLimitsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/describe_limits_output.crConstructors
- .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)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#channel_count : Int32 | Nil
The number of channels in the account.
-
#channel_count=(channel_count : Int32 | Nil)
The number of channels in the account.
-
#channel_count_limit : Int32 | Nil
The maximum number of channels allowed in the account.
-
#channel_count_limit=(channel_count_limit : Int32 | Nil)
The maximum number of channels allowed in the account.
-
#hash(hasher)
See
Object#hash(hasher) -
#on_demand_stream_count : Int32
Indicates the number of data streams with the on-demand capacity mode.
-
#on_demand_stream_count=(on_demand_stream_count : Int32)
Indicates the number of data streams with the on-demand capacity mode.
-
#on_demand_stream_count_limit : Int32
The maximum number of data streams with the on-demand capacity mode.
-
#on_demand_stream_count_limit=(on_demand_stream_count_limit : Int32)
The maximum number of data streams with the on-demand capacity mode.
-
#open_shard_count : Int32
The number of open shards.
-
#open_shard_count=(open_shard_count : Int32)
The number of open shards.
-
#shard_limit : Int32
The maximum number of shards.
-
#shard_limit=(shard_limit : Int32)
The maximum number of shards.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The maximum number of channels allowed in the account.
Indicates the number of data streams with the on-demand capacity mode.
Indicates the number of data streams with the on-demand capacity mode.
The maximum number of data streams with the on-demand capacity mode.
The maximum number of data streams with the on-demand capacity mode.