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:



991
992
993
# File 'sig/types.rbs', line 991

def in_use
  @in_use
end

#max_allowed::Integer

Returns the value of attribute max_allowed.

Returns:



990
991
992
# File 'sig/types.rbs', line 990

def max_allowed
  @max_allowed
end

#remaining::Integer

Returns the value of attribute remaining.

Returns:



992
993
994
# File 'sig/types.rbs', line 992

def remaining
  @remaining
end

#total_bandwidth::String

Returns the value of attribute total_bandwidth.

Returns:



993
994
995
# File 'sig/types.rbs', line 993

def total_bandwidth
  @total_bandwidth
end