Class: Aws::Types::SamplingRateBoost
- Inherits:
-
Object
- Object
- Aws::Types::SamplingRateBoost
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cooldown_window_minutes ⇒ ::Integer
Returns the value of attribute cooldown_window_minutes.
-
#max_rate ⇒ ::Float
Returns the value of attribute max_rate.
Instance Attribute Details
#cooldown_window_minutes ⇒ ::Integer
Returns the value of attribute cooldown_window_minutes.
788 789 790 |
# File 'sig/types.rbs', line 788 def cooldown_window_minutes @cooldown_window_minutes end |
#max_rate ⇒ ::Float
Returns the value of attribute max_rate.
787 788 789 |
# File 'sig/types.rbs', line 787 def max_rate @max_rate end |