Class: Aws::Types::SpotResizingSpecification
- Inherits:
-
Object
- Object
- Aws::Types::SpotResizingSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_strategy ⇒ "capacity-optimized", ...
Returns the value of attribute allocation_strategy.
-
#timeout_duration_minutes ⇒ ::Integer
Returns the value of attribute timeout_duration_minutes.
Instance Attribute Details
#allocation_strategy ⇒ "capacity-optimized", ...
Returns the value of attribute allocation_strategy.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def allocation_strategy @allocation_strategy end |
#timeout_duration_minutes ⇒ ::Integer
Returns the value of attribute timeout_duration_minutes.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def timeout_duration_minutes @timeout_duration_minutes end |