Class: Aws::Types::JobExecutionsRolloutConfig
- Inherits:
-
Object
- Object
- Aws::Types::JobExecutionsRolloutConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exponential_rate ⇒ Types::ExponentialRolloutRate
Returns the value of attribute exponential_rate.
-
#maximum_per_minute ⇒ ::Integer
Returns the value of attribute maximum_per_minute.
Instance Attribute Details
#exponential_rate ⇒ Types::ExponentialRolloutRate
Returns the value of attribute exponential_rate.
2859 2860 2861 |
# File 'sig/types.rbs', line 2859 def exponential_rate @exponential_rate end |
#maximum_per_minute ⇒ ::Integer
Returns the value of attribute maximum_per_minute.
2858 2859 2860 |
# File 'sig/types.rbs', line 2858 def maximum_per_minute @maximum_per_minute end |