Class: Aws::Types::WarmUpConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WarmUpConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#only_start_evaluating_after_warm_up_period_ends ⇒ Boolean
Returns the value of attribute only_start_evaluating_after_warm_up_period_ends.
-
#warm_up_period_duration_in_minutes ⇒ ::Integer
Returns the value of attribute warm_up_period_duration_in_minutes.
Instance Attribute Details
#only_start_evaluating_after_warm_up_period_ends ⇒ Boolean
Returns the value of attribute only_start_evaluating_after_warm_up_period_ends.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def only_start_evaluating_after_warm_up_period_ends @only_start_evaluating_after_warm_up_period_ends end |
#warm_up_period_duration_in_minutes ⇒ ::Integer
Returns the value of attribute warm_up_period_duration_in_minutes.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def warm_up_period_duration_in_minutes @warm_up_period_duration_in_minutes end |