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)


897
898
899
# File 'sig/types.rbs', line 897

def in_use
  @in_use
end

#max_allowed::Integer

Returns the value of attribute max_allowed.

Returns:

  • (::Integer)


896
897
898
# File 'sig/types.rbs', line 896

def max_allowed
  @max_allowed
end

#remaining::Integer

Returns the value of attribute remaining.

Returns:

  • (::Integer)


898
899
900
# File 'sig/types.rbs', line 898

def remaining
  @remaining
end

#total_bandwidth::String

Returns the value of attribute total_bandwidth.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def total_bandwidth
  @total_bandwidth
end