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

#on_demand_stream_count::Integer

Returns the value of attribute on_demand_stream_count.

Returns:

  • (::Integer)


102
103
104
# File 'sig/types.rbs', line 102

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)


103
104
105
# File 'sig/types.rbs', line 103

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)


101
102
103
# File 'sig/types.rbs', line 101

def open_shard_count
  @open_shard_count
end

#shard_limit::Integer

Returns the value of attribute shard_limit.

Returns:

  • (::Integer)


100
101
102
# File 'sig/types.rbs', line 100

def shard_limit
  @shard_limit
end