Class: Aws::Types::DescribeLimitsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_count::Integer

Returns the value of attribute channel_count.

Returns:

  • (::Integer)


220
221
222
# File 'sig/types.rbs', line 220

def channel_count
  @channel_count
end

#channel_count_limit::Integer

Returns the value of attribute channel_count_limit.

Returns:

  • (::Integer)


221
222
223
# File 'sig/types.rbs', line 221

def channel_count_limit
  @channel_count_limit
end

#on_demand_stream_count::Integer

Returns the value of attribute on_demand_stream_count.

Returns:

  • (::Integer)


218
219
220
# File 'sig/types.rbs', line 218

def on_demand_stream_count
  @on_demand_stream_count
end

#on_demand_stream_count_limit::Integer

Returns the value of attribute on_demand_stream_count_limit.

Returns:

  • (::Integer)


219
220
221
# File 'sig/types.rbs', line 219

def on_demand_stream_count_limit
  @on_demand_stream_count_limit
end

#open_shard_count::Integer

Returns the value of attribute open_shard_count.

Returns:

  • (::Integer)


217
218
219
# File 'sig/types.rbs', line 217

def open_shard_count
  @open_shard_count
end

#shard_limit::Integer

Returns the value of attribute shard_limit.

Returns:

  • (::Integer)


216
217
218
# File 'sig/types.rbs', line 216

def shard_limit
  @shard_limit
end