Class: Aws::Types::AwsJobExecutionsRolloutConfig
- Inherits:
-
Object
- Object
- Aws::Types::AwsJobExecutionsRolloutConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exponential_rate ⇒ Types::AwsJobExponentialRolloutRate
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::AwsJobExponentialRolloutRate
Returns the value of attribute exponential_rate.
345 346 347 |
# File 'sig/types.rbs', line 345 def exponential_rate @exponential_rate end |
#maximum_per_minute ⇒ ::Integer
Returns the value of attribute maximum_per_minute.
344 345 346 |
# File 'sig/types.rbs', line 344 def maximum_per_minute @maximum_per_minute end |