Class: Aws::Types::ExponentialRolloutRate
- Inherits:
-
Object
- Object
- Aws::Types::ExponentialRolloutRate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_rate_per_minute ⇒ ::Integer
Returns the value of attribute base_rate_per_minute.
-
#increment_factor ⇒ ::Float
Returns the value of attribute increment_factor.
-
#rate_increase_criteria ⇒ Types::RateIncreaseCriteria
Returns the value of attribute rate_increase_criteria.
Instance Attribute Details
#base_rate_per_minute ⇒ ::Integer
Returns the value of attribute base_rate_per_minute.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def base_rate_per_minute @base_rate_per_minute end |
#increment_factor ⇒ ::Float
Returns the value of attribute increment_factor.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def increment_factor @increment_factor end |
#rate_increase_criteria ⇒ Types::RateIncreaseCriteria
Returns the value of attribute rate_increase_criteria.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def rate_increase_criteria @rate_increase_criteria end |