Class: Aws::Types::RateLimiterStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#in_use::Integer

Returns the value of attribute in_use.

Returns:

  • (::Integer)


884
885
886
# File 'sig/types.rbs', line 884

def in_use
  @in_use
end

#max_allowed::Integer

Returns the value of attribute max_allowed.

Returns:

  • (::Integer)


883
884
885
# File 'sig/types.rbs', line 883

def max_allowed
  @max_allowed
end

#remaining::Integer

Returns the value of attribute remaining.

Returns:

  • (::Integer)


885
886
887
# File 'sig/types.rbs', line 885

def remaining
  @remaining
end

#total_bandwidth::String

Returns the value of attribute total_bandwidth.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def total_bandwidth
  @total_bandwidth
end