Class: Aws::Types::RateLimiterStatus
- Inherits:
-
Object
- Object
- Aws::Types::RateLimiterStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#in_use ⇒ ::Integer
Returns the value of attribute in_use.
-
#max_allowed ⇒ ::Integer
Returns the value of attribute max_allowed.
-
#remaining ⇒ ::Integer
Returns the value of attribute remaining.
-
#total_bandwidth ⇒ ::String
Returns the value of attribute total_bandwidth.
Instance Attribute Details
#in_use ⇒ ::Integer
Returns the value of attribute in_use.
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.
883 884 885 |
# File 'sig/types.rbs', line 883 def max_allowed @max_allowed end |
#remaining ⇒ ::Integer
Returns the value of attribute remaining.
885 886 887 |
# File 'sig/types.rbs', line 885 def remaining @remaining end |
#total_bandwidth ⇒ ::String
Returns the value of attribute total_bandwidth.
886 887 888 |
# File 'sig/types.rbs', line 886 def total_bandwidth @total_bandwidth end |