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.
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.
990 991 992 |
# File 'sig/types.rbs', line 990 def max_allowed @max_allowed end |
#remaining ⇒ ::Integer
Returns the value of attribute remaining.
992 993 994 |
# File 'sig/types.rbs', line 992 def remaining @remaining end |
#total_bandwidth ⇒ ::String
Returns the value of attribute total_bandwidth.
993 994 995 |
# File 'sig/types.rbs', line 993 def total_bandwidth @total_bandwidth end |